diff --git a/app.py b/app.py index 67deab4..810e1eb 100644 --- a/app.py +++ b/app.py @@ -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))) diff --git a/static/images/macrovision-transparent.png b/static/images/macrovision-transparent.png new file mode 100644 index 0000000..58fffe1 Binary files /dev/null and b/static/images/macrovision-transparent.png differ diff --git a/static/images/macrovision.ico b/static/images/macrovision.ico new file mode 100644 index 0000000..0e884a1 Binary files /dev/null and b/static/images/macrovision.ico differ diff --git a/static/images/macrovision.png b/static/images/macrovision.png new file mode 100644 index 0000000..6b94f52 Binary files /dev/null and b/static/images/macrovision.png differ diff --git a/templates/changelog.html b/templates/changelog.html index f49d856..5f0d00b 100644 --- a/templates/changelog.html +++ b/templates/changelog.html @@ -40,6 +40,9 @@ + + +
diff --git a/templates/commits.html b/templates/commits.html index 7a235a6..fd83b9c 100644 --- a/templates/commits.html +++ b/templates/commits.html @@ -40,6 +40,9 @@ + + +
diff --git a/templates/index.html b/templates/index.html index ace0d6e..b85907e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,6 +31,12 @@
A text adventure engine with an emphasis on sound
+ +
macro + vision
+ +
+
A size-comparison tool for macros and micros