From 1b0d1a568e4224f6f3ff927e06997b9152e86ddf Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 24 Nov 2024 16:01:06 +0100 Subject: add css --- play.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 35d4bd9..6a782fb 100644 --- a/play.js +++ b/play.js @@ -38,6 +38,7 @@ function is_action(action, arg) { let on_init_once = false function on_init() { + console.log('on_init') if (on_init_once) return on_init_once = true @@ -66,6 +67,7 @@ function on_init() { } function on_update() { + console.log('on_update', view) on_init() for (let s = 0; s < SPACE_COUNT; ++s) -- cgit v1.2.3