diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-11-24 16:01:06 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-11-24 16:01:06 +0100 |
commit | 1b0d1a568e4224f6f3ff927e06997b9152e86ddf (patch) | |
tree | dd9037e501f382365cde052df7a111cdc4b6cef2 /play.js | |
parent | 16b8acb272afb200b5016a7a57e8dbbcc45e1eff (diff) | |
download | land-and-freedom-1b0d1a568e4224f6f3ff927e06997b9152e86ddf.tar.gz |
add css
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |