瀏覽代碼

Switch out images

master
Fen Dweller 5 年之前
父節點
當前提交
a14f1aa9b1
共有 13 個文件被更改,包括 4 次插入4 次删除
  1. 二進制
      static/images/feast-logo.png
  2. 二進制
      static/images/feast-transparent.png
  3. 二進制
      static/images/feast.png
  4. 二進制
      static/images/gorge-logo.png
  5. 二進制
      static/images/gorge-transparent.png
  6. 二進制
      static/images/gorge.png
  7. 二進制
      static/images/satiate-logo.png
  8. 二進制
      static/images/satiate-transparent.png
  9. 二進制
      static/images/satiate.png
  10. 二進制
      static/images/stroll-logo.png
  11. 二進制
      static/images/stroll-transparent.png
  12. 二進制
      static/images/stroll.png
  13. +4
    -4
      templates/index.html

二進制
static/images/feast-logo.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 15 KiB

二進制
static/images/feast-transparent.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 11 KiB

二進制
static/images/feast.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 11 KiB

二進制
static/images/gorge-logo.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 24 KiB

二進制
static/images/gorge-transparent.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 18 KiB

二進制
static/images/gorge.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 14 KiB

二進制
static/images/satiate-logo.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 20 KiB

二進制
static/images/satiate-transparent.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 15 KiB

二進制
static/images/satiate.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 13 KiB

二進制
static/images/stroll-logo.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 28 KiB

二進制
static/images/stroll-transparent.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 16 KiB

二進制
static/images/stroll.png 查看文件

Before After
Width: 834  |  Height: 834  |  Size: 19 KiB

+ 4
- 4
templates/index.html 查看文件

@@ -28,22 +28,22 @@
<div class="flex-container">
<a href="https://stroll.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-stroll">
<div class="game-title">stroll</div>
<img class="game-logo" src="/images/stroll-logo.png">
<img class="game-logo" src="/images/stroll-transparent.png">
</a>
<div class="game-description">A macro/vore procedural game</div>
<a href="https://feast.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-feast">
<div class="game-title">feast</div>
<img class="game-logo" src="/images/feast-logo.png">
<img class="game-logo" src="/images/feast-transparent.png">
</a>
<div class="game-description">A vore-focused RPG</div>
<a href="https://gorge.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-gorge">
<div class="game-title">gorge</div>
<img class="game-logo" src="/images/gorge-logo.png">
<img class="game-logo" src="/images/gorge-transparent.png">
</a>
<div class="game-description">An idle/clicker vore game</div>
<a href="https://satiate.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-satiate">
<div class="game-title">satiate</div>
<img class="game-logo" src="/images/satiate-logo.png">
<img class="game-logo" src="/images/satiate-transparent.png">
</a>
<div class="game-description">A text adventure engine with an emphasis on sound</div>
</div>


Loading…
取消
儲存