DolenkoArtem

texteditor

Nov 20th, 2025
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. k = 1
  2. list = {}
  3. poslist1 = 1
  4. poslist2 = 1
  5. alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-+\*/><=()[]{}\'\"%_.,"
  6. x = 1
  7. y = 1
  8.  
  9. function lilka.update()
  10.     press = controller.get_state()
  11.     if press.a.just_pressed then
  12.         util.exit()
  13.     end
  14. end
  15.  
  16. function lilka.draw()
  17.     display.fill_screen(display.color565(0, 0, 0))
  18. end
Advertisement
Add Comment
Please, Sign In to add comment