diff options
Diffstat (limited to '2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js')
| -rw-r--r-- | 2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js b/2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js index a95d4a5..e9c2655 100644 --- a/2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js +++ b/2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js @@ -1,3 +1,7 @@ export function js_update_lifetotal(lives) { window.parent.postMessage({op: "lifetotal", lives: lives}); } + +export function js_ready_to_reset() { + window.parent.postMessage({op: "readytoreset"}); +} |
