diff options
Diffstat (limited to '2026/framing/dist/snippets')
| -rw-r--r-- | 2026/framing/dist/snippets/game_lib-09da6449fcb9d06e/src/bindings.js | 4 |
1 files changed, 2 insertions, 2 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 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}); } |
