From 3c7796f066647090ed8436778bdfe25f11844c05 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 4 Aug 2026 04:35:44 -0400 Subject: Prepare for upload --- 2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to '2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src') 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"}); +} -- cgit v1.3.1