init defold game

This commit is contained in:
Travis Shears 2026-05-10 17:03:18 +02:00
parent 925d375313
commit 26e88c8f03
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
20 changed files with 381 additions and 9 deletions

View file

@ -0,0 +1,10 @@
-- function init(self)
-- msg.post(".", "acquire_input_focus")
-- end
--
-- function on_input(self, action_id, action)
-- if action_id == hash("touch") and action.pressed then
-- print("Touch!")
-- end
-- end
--