- [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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user