Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- k = 1
- list = {}
- poslist1 = 1
- poslist2 = 1
- alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-+\*/><=()[]{}\'\"%_.,"
- x = 1
- y = 1
- function lilka.update()
- press = controller.get_state()
- if press.a.just_pressed then
- util.exit()
- end
- end
- function lilka.draw()
- display.fill_screen(display.color565(0, 0, 0))
- end
Advertisement
Add Comment
Please, Sign In to add comment