summaryrefslogtreecommitdiff
path: root/2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-08-04 04:35:44 -0400
committerLLLL Colonq <llll@colonq>2026-08-04 04:35:44 -0400
commit3c7796f066647090ed8436778bdfe25f11844c05 (patch)
tree0644a101004d91af4fcdc2f51fcc2e03f7f255ce /2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src
parenta75221ab93f59d688f90cd83f0284ff98951fcfa (diff)
Prepare for upload
Diffstat (limited to '2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src')
-rw-r--r--2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js4
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"});
+}