From 951b316773265052fbc5fa546bbcf31bef277062 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 14 Jul 2026 14:20:41 -0400 Subject: Update --- 2026/framing/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '2026/framing/index.html') diff --git a/2026/framing/index.html b/2026/framing/index.html index c4bb579..a554795 100644 --- a/2026/framing/index.html +++ b/2026/framing/index.html @@ -21,6 +21,9 @@ }); window.addEventListener("message", ev => { switch (ev.data.op) { + case "titlescreenclick": + window.wasmBindings.titlescreen_click(); + break; case "startgame": window.wasmBindings.start_game(); break; -- cgit v1.3.1