diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-24 19:29:30 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-24 19:29:30 -0400 |
| commit | 242943e5b023ce40eb3be826c418a478d4672f78 (patch) | |
| tree | 718e4c1ba759ea43d91f80cabd21585a71f787fb /2026/framing/index.html | |
| parent | 678d94b4650e298b7aa38d7b3e3e90ed625f0e3e (diff) | |
Send name to framing
Diffstat (limited to '2026/framing/index.html')
| -rw-r--r-- | 2026/framing/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2026/framing/index.html b/2026/framing/index.html index 60efac4..aab475b 100644 --- a/2026/framing/index.html +++ b/2026/framing/index.html @@ -33,7 +33,7 @@ window.wasmBindings.titlescreen_click(); break; case "startgame": - window.wasmBindings.start_game(ev.data.verb); + window.wasmBindings.start_game(ev.data.name, ev.data.verb); break; case "endgame": window.wasmBindings.end_game(ev.data.win); |
