From 07a36f2b38a5cba402ebc5158710f5a85f443456 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 17 Jul 2026 03:10:43 -0400 Subject: Post-stream update --- 2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2026/framing/dist/snippets/game_lib-09da6449fcb9d06e') 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 1f17e14..a95d4a5 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,3 @@ -export function js_test() { - console.log("test"); +export function js_update_lifetotal(lives) { + window.parent.postMessage({op: "lifetotal", lives: lives}); } -- cgit v1.3.1