- [NEW] 'animations' module

- [NEW] 'game' module
- [NEW] 'sprites' module
- [NEW] more tiles
- [NEW] Can choose which tile layer to edit from the editor menu
This commit is contained in:
2025-06-20 18:32:46 +02:00
parent ddebcfa47a
commit 9a6bceec91
9 changed files with 96 additions and 21 deletions

View File

@@ -1,20 +1,11 @@
require "popup"
menu = {
visible = false,
current_x = 0,
init = function()
end,
show = function()
menu.visible = true
end,
hide = function()
menu.visible = false
end,
draw = function()
view.origin(0,0)
view.clip()