level.script 216 B

123456789
  1. function init(self)
  2. msg.post(".", "acquire_input_focus")
  3. end
  4. function on_input(self, action_id, action)
  5. if action_id == hash("touch") and action.released then
  6. msg.post("proxy:/controller", "show_menu")
  7. end
  8. end