mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 21:00:53 +00:00
Added readme, minor cleanup
This commit is contained in:
+10
-10
@@ -1,26 +1,26 @@
|
||||
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
|
||||
description 'ESX Menu Default'
|
||||
description 'ESX Menu List'
|
||||
|
||||
version '1.0.1'
|
||||
version '1.0.2'
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/client/wrapper.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
ui_page {
|
||||
'html/ui.html'
|
||||
}
|
||||
ui_page 'html/ui.html'
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
|
||||
'html/css/app.css',
|
||||
|
||||
'html/js/mustache.min.js',
|
||||
'html/js/app.js',
|
||||
|
||||
'html/fonts/pdown.ttf',
|
||||
'html/fonts/bankgothic.ttf',
|
||||
'html/img/cursor.png',
|
||||
'html/img/keys/enter.png',
|
||||
'html/img/keys/return.png',
|
||||
}
|
||||
'html/fonts/bankgothic.ttf'
|
||||
}
|
||||
|
||||
dependency 'es_extended'
|
||||
Reference in New Issue
Block a user