Fixed menu code
menus were not auto set up for deploy in the manifests
This commit is contained in:
parent
88c9c49a9e
commit
392d20950a
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
"name": "CSTM-RESOURCE-GENERATOR",
|
||||
"displayName": "CSTM Five Alive Resource Generator",
|
||||
"description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"engines": {
|
||||
"vscode": "^1.59.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -33,10 +33,12 @@ ui_page 'client/html/loadsplash.html'
|
|||
-- }
|
||||
|
||||
client_scripts {
|
||||
'client/*.lua',
|
||||
'menus/*.lua'
|
||||
'@menuv/menuv.lua',
|
||||
'menus/*.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/*.lua'
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in New Issue