diff options
| author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:29:39 +0100 | 
|---|---|---|
| committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:29:39 +0100 | 
| commit | 8ae382513b15f7050f81a65a3a156f6e3ac7c178 (patch) | |
| tree | 39b1bfc1bc0fff15b531574748955f125a5905f4 /src | |
| parent | a6f443fc844215b474f245bfb6bcd2e4c1c37e93 (diff) | |
| download | ldjam57-8ae382513b15f7050f81a65a3a156f6e3ac7c178.tar | |
Add nelson to web version
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html.in | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/src/index.html.in b/src/index.html.in index 14731f6..9329c25 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -52,6 +52,16 @@ const IMAGES = [  ,  #include "../build/restart.png.b64"  , +#include "../build/nelson.png.b64" +, +#include "../build/nelson_left.png.b64" +, +#include "../build/nelson_up.png.b64" +, +#include "../build/nelson_right.png.b64" +, +#include "../build/nelson_down.png.b64" +,  ];  async function main() { | 
