Parcourir la source

Add Macrovision to the lineup

master
Fen Dweller il y a 5 ans
Parent
révision
7411d27ecd
7 fichiers modifiés avec 14 ajouts et 2 suppressions
  1. +2
    -2
      app.py
  2. BIN
      static/images/macrovision-transparent.png
  3. BIN
      static/images/macrovision.ico
  4. BIN
      static/images/macrovision.png
  5. +3
    -0
      templates/changelog.html
  6. +3
    -0
      templates/commits.html
  7. +6
    -0
      templates/index.html

+ 2
- 2
app.py Voir le fichier

@@ -43,7 +43,7 @@ def accept():

@app.route('/changelog')
def changelog():
game_names = ["stroll", "feast", "gorge", "satiate"]
game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = []
for game in game_names:
data = json.load(open("{0}/changelog.json".format(game)))
@@ -57,7 +57,7 @@ def changelog():

@app.route('/commits')
def commits():
game_names = ["stroll", "feast", "gorge", "satiate"]
game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = []
for game in game_names:
data = json.load(open("nightly/{0}/nightly.json".format(game)))


BIN
static/images/macrovision-transparent.png Voir le fichier

Avant Après
Largeur: 834  |  Hauteur: 834  |  Taille: 13 KiB

BIN
static/images/macrovision.ico Voir le fichier

Avant Après

BIN
static/images/macrovision.png Voir le fichier

Avant Après
Largeur: 834  |  Hauteur: 834  |  Taille: 23 KiB

+ 3
- 0
templates/changelog.html Voir le fichier

@@ -40,6 +40,9 @@
<a href="#satiate" class="game-button-small" id="game-button-satiate">
<img class="game-logo" src="/images/satiate-transparent.png">
</a>
<a href="#macrovision" class="game-button-small" id="game-button-macrovision">
<img class="game-logo" src="/images/macrovision-transparent.png">
</a>
</div>
<div class="changelog-fade">



+ 3
- 0
templates/commits.html Voir le fichier

@@ -40,6 +40,9 @@
<a href="#satiate" class="game-button-small" id="game-button-satiate">
<img class="game-logo" src="/images/satiate-transparent.png">
</a>
<a href="#macrovision" class="game-button-small" id="game-button-macrovision">
<img class="game-logo" src="/images/macrovision-transparent.png">
</a>
</div>
<div class="changelog-fade-nightly">



+ 6
- 0
templates/index.html Voir le fichier

@@ -31,6 +31,12 @@
<img class="game-logo" src="/images/satiate-transparent.png">
</a>
<div class="game-description">A text adventure engine with an emphasis on sound</div>
<a href="https://macrovision.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-macrovision">
<div class="game-title">macro
vision</div>
<img class="game-logo" src="/images/macrovision-transparent.png">
</a>
<div class="game-description">A size-comparison tool for macros and micros</div>
</div>
<a class="switcher" href="/{{"nightly" if not nightly else ""}}">
<div class="switcher-text">


Chargement…
Annuler
Enregistrer