diff options
Diffstat (limited to 'templates/games')
| -rw-r--r-- | templates/games/index.html.template | 2 | ||||
| -rw-r--r-- | templates/games/rms.html.template | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/templates/games/index.html.template b/templates/games/index.html.template index a2e930b..917a0c9 100644 --- a/templates/games/index.html.template +++ b/templates/games/index.html.template @@ -3,6 +3,6 @@ <section> <ul> <li><a href="/games/pong">Pong</a> (warning: loud)</li> - <li><a href="/games/stallman">Stallman shooter</a></li> + <li><a href="/games/rms">RMS shooter</a></li> </ul> </section> diff --git a/templates/games/rms.html.template b/templates/games/rms.html.template index bf1f843..7da89ec 100644 --- a/templates/games/rms.html.template +++ b/templates/games/rms.html.template @@ -1,19 +1,19 @@ {{define "head"}} <title>Stallman shooter</title> - <link rel="modulepreload" href="/static/games/stallman-shooter/constants.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/gates.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/player.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/state.js"> - <script type="module" src="/static/games/stallman-shooter/main.js"></script> + <link rel="modulepreload" href="/static/games/rms/constants.js"> + <link rel="modulepreload" href="/static/games/rms/gates.js"> + <link rel="modulepreload" href="/static/games/rms/player.js"> + <link rel="modulepreload" href="/static/games/rms/state.js"> + <script type="module" src="/static/games/rms/main.js"></script> {{end}} -<img id="introduction" src="/static/games/stallman-shooter/assets/introduction.webp" hidden> -<img id="loss" src="/static/games/stallman-shooter/assets/loss.webp" hidden> -<img id="victory" src="/static/games/stallman-shooter/assets/victory.webp" hidden> -<img id="stallman" src="/static/games/stallman-shooter/assets/stallman.webp" hidden> -<img id="gates" src="/static/games/stallman-shooter/assets/gates.webp" hidden> -<img id="binary-blob" src="/static/games/stallman-shooter/assets/binary_blob.webp" hidden> -<img id="player-pepp" src="/static/games/stallman-shooter/assets/player_pepp.webp" hidden> +<img id="introduction" src="/static/games/rms/assets/introduction.webp" hidden> +<img id="loss" src="/static/games/rms/assets/loss.webp" hidden> +<img id="victory" src="/static/games/rms/assets/victory.webp" hidden> +<img id="stallman" src="/static/games/rms/assets/stallman.webp" hidden> +<img id="gates" src="/static/games/rms/assets/gates.webp" hidden> +<img id="binary-blob" src="/static/games/rms/assets/binary_blob.webp" hidden> +<img id="player-pepp" src="/static/games/rms/assets/player_pepp.webp" hidden> <section> <canvas id="canvas" width="800" height="600"></canvas> |
