- [WIP] Edició de sprites i items

This commit is contained in:
2025-11-13 07:06:23 +01:00
parent 1dee667dfc
commit eefab3f9b0
3 changed files with 20 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ menu = {
popup.create("EDIT", 1, 8)
popup.addOption("EDIT", "Background", function() editor.layer=LAYER_BACKGROUND end)
popup.addOption("EDIT", "Foreground", function() editor.layer=LAYER_FOREGROUND end)
popup.addOption("EDIT", "Items", function() editor.layer=LAYER_ITEMS end)
--popup.addOption("EDIT", "Sprites", function() rooms.toggle_visibility(LAYER_SPRITES) end)
menu.option("TOOLS")