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",
|
"name": "CSTM-RESOURCE-GENERATOR",
|
||||||
"displayName": "CSTM Five Alive 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",
|
"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": {
|
"engines": {
|
||||||
"vscode": "^1.59.0"
|
"vscode": "^1.59.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -33,10 +33,12 @@ ui_page 'client/html/loadsplash.html'
|
||||||
-- }
|
-- }
|
||||||
|
|
||||||
client_scripts {
|
client_scripts {
|
||||||
'client/*.lua',
|
'@menuv/menuv.lua',
|
||||||
'menus/*.lua'
|
'menus/*.lua',
|
||||||
|
'client/*.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
server_scripts {
|
server_scripts {
|
||||||
'server/*.lua'
|
'server/*.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in New Issue