diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 16:25:51 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 16:25:51 +0100 |
commit | fa9bffcc842eb5973829d46436d3435993de9510 (patch) | |
tree | c91baec4d8e4a185215dc25479feb2f19c7bea49 /src/index.html.in | |
parent | b03e011bfeeae336f2648ea61fa2554ccdcf07a1 (diff) | |
download | ldjam57-fa9bffcc842eb5973829d46436d3435993de9510.tar |
Add bluered
Diffstat (limited to 'src/index.html.in')
-rw-r--r-- | src/index.html.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html.in b/src/index.html.in index a58354a..0b76295 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -30,7 +30,8 @@ button { // Mirror these in src/all.c const INPUT_NONE = 0; const INPUT_CLICK = 1; -const INPUT_PAUSE_PLAY = 2; +const INPUT_RCLICK = 2; +const INPUT_PAUSE_PLAY = 3; const WASM = #include "../build/main.wasm.b64" |