diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-17 03:10:43 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-17 03:10:43 -0400 |
| commit | 07a36f2b38a5cba402ebc5158710f5a85f443456 (patch) | |
| tree | f28855384eadc73f49cc1a707a73896f87bc5530 /2026/framing/index.html | |
| parent | 951b316773265052fbc5fa546bbcf31bef277062 (diff) | |
Post-stream update
Diffstat (limited to '2026/framing/index.html')
| -rw-r--r-- | 2026/framing/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2026/framing/index.html b/2026/framing/index.html index a554795..a11064b 100644 --- a/2026/framing/index.html +++ b/2026/framing/index.html @@ -25,7 +25,8 @@ window.wasmBindings.titlescreen_click(); break; case "startgame": - window.wasmBindings.start_game(); + console.log("verb!", ev.data.verb); + window.wasmBindings.start_game(ev.data.verb); break; case "endgame": window.wasmBindings.end_game(ev.data.win); |
