summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
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)