Bläddra i källkod

Switch out images

master
Fen Dweller 5 år sedan
förälder
incheckning
a14f1aa9b1
13 ändrade filer med 4 tillägg och 4 borttagningar
  1. Binär
      static/images/feast-logo.png
  2. Binär
      static/images/feast-transparent.png
  3. Binär
      static/images/feast.png
  4. Binär
      static/images/gorge-logo.png
  5. Binär
      static/images/gorge-transparent.png
  6. Binär
      static/images/gorge.png
  7. Binär
      static/images/satiate-logo.png
  8. Binär
      static/images/satiate-transparent.png
  9. Binär
      static/images/satiate.png
  10. Binär
      static/images/stroll-logo.png
  11. Binär
      static/images/stroll-transparent.png
  12. Binär
      static/images/stroll.png
  13. +4
    -4
      templates/index.html

Binär
static/images/feast-logo.png Visa fil

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

Binär
static/images/feast-transparent.png Visa fil

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

Binär
static/images/feast.png Visa fil

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

Binär
static/images/gorge-logo.png Visa fil

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

Binär
static/images/gorge-transparent.png Visa fil

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

Binär
static/images/gorge.png Visa fil

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

Binär
static/images/satiate-logo.png Visa fil

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

Binär
static/images/satiate-transparent.png Visa fil

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

Binär
static/images/satiate.png Visa fil

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

Binär
static/images/stroll-logo.png Visa fil

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

Binär
static/images/stroll-transparent.png Visa fil

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

Binär
static/images/stroll.png Visa fil

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

+ 4
- 4
templates/index.html Visa fil

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


Laddar…
Avbryt
Spara