about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-17 20:37:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-17 20:37:40 -0700
commit72791d9c35be82043a2f272a8cdeb11bd676a313 (patch)
treea030774c669ac3b88055b9dfe073f023d78b83d1 /run.lua
parent0cc8c706ffc4da107df402e3eac977aefb75f6dc (diff)
downloadlines.love-72791d9c35be82043a2f272a8cdeb11bd676a313.tar.gz
some debug prints
I'm starting to edit the sources from within the app in ernest. First
question: why does the file navigation menu skip some files? These
prints answer the question.
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.lua b/run.lua
index 2dd159e..3a17225 100644
--- a/run.lua
+++ b/run.lua
@@ -15,6 +15,7 @@ end
 
 -- called only for real run
 function run.initialize(arg)
+  log_new('run')
   love.keyboard.setTextInput(true)  -- bring up keyboard on touch screen
   love.keyboard.setKeyRepeat(true)