- [WIP] Edició de sprites i items
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user