-- Added loading of .vsmf map files -- Updated some variable names -- Added developer information to the top left of the screen -- Added a trial inventory
This commit is contained in:
parent
520dddedf6
commit
c9a1ef3d82
7 changed files with 164 additions and 10 deletions
1
menu.lua
1
menu.lua
|
|
@ -7,6 +7,7 @@ menuButtons = {
|
|||
Quit = {}
|
||||
}
|
||||
font_ini = require('scripts/fonts')
|
||||
world_ini = require('world')
|
||||
function menu.load()
|
||||
RGB = 1
|
||||
RGB_hover = 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue