init defold game
This commit is contained in:
parent
925d375313
commit
26e88c8f03
20 changed files with 381 additions and 9 deletions
10
defold_game/main/main.script
Normal file
10
defold_game/main/main.script
Normal 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
|
||||
--
|
||||
Loading…
Add table
Add a link
Reference in a new issue