Menu additions and Function
- Menu now has buttons - Menu buttons will change color when hovered over - Menu "start" button now changes stage to the Game Test
This commit is contained in:
parent
f68115733e
commit
e9da50897f
6 changed files with 123 additions and 11 deletions
8
scripts/items.lua
Normal file
8
scripts/items.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
function item.create(type, commands)
|
||||
local object = {}
|
||||
for i = 1, #commands do
|
||||
object[commands]
|
||||
i = i + 1
|
||||
end
|
||||
return object
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue