Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function lilka.update()
- if controller.get_state().a.just_pressed then
- util.exit()
- end
- end
- function lilka.draw ()
- display.fill_screen(display.color565(0, 0, 0))
- display.set_cursor(32, 32)
- display.print("Hello")
- end
Advertisement
Add Comment
Please, Sign In to add comment