소스 검색

Switch out images

master
Fen Dweller 5 년 전
부모
커밋
a14f1aa9b1
13개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. BIN
      static/images/feast-logo.png
  2. BIN
      static/images/feast-transparent.png
  3. BIN
      static/images/feast.png
  4. BIN
      static/images/gorge-logo.png
  5. BIN
      static/images/gorge-transparent.png
  6. BIN
      static/images/gorge.png
  7. BIN
      static/images/satiate-logo.png
  8. BIN
      static/images/satiate-transparent.png
  9. BIN
      static/images/satiate.png
  10. BIN
      static/images/stroll-logo.png
  11. BIN
      static/images/stroll-transparent.png
  12. BIN
      static/images/stroll.png
  13. +4
    -4
      templates/index.html

BIN
static/images/feast-logo.png 파일 보기

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

BIN
static/images/feast-transparent.png 파일 보기

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

BIN
static/images/feast.png 파일 보기

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

BIN
static/images/gorge-logo.png 파일 보기

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

BIN
static/images/gorge-transparent.png 파일 보기

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

BIN
static/images/gorge.png 파일 보기

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

BIN
static/images/satiate-logo.png 파일 보기

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

BIN
static/images/satiate-transparent.png 파일 보기

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

BIN
static/images/satiate.png 파일 보기

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

BIN
static/images/stroll-logo.png 파일 보기

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

BIN
static/images/stroll-transparent.png 파일 보기

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

BIN
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>


불러오는 중...
취소
저장