Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/index.html.in
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-05 16:25:51 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-05 16:25:51 +0100
commitfa9bffcc842eb5973829d46436d3435993de9510 (patch)
treec91baec4d8e4a185215dc25479feb2f19c7bea49 /src/index.html.in
parentb03e011bfeeae336f2648ea61fa2554ccdcf07a1 (diff)
downloadldjam57-fa9bffcc842eb5973829d46436d3435993de9510.tar
Add bluered
Diffstat (limited to 'src/index.html.in')
-rw-r--r--src/index.html.in3
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"