Files
esx_core/__resource.lua
T
Jérémie N'gadi 5ca48a671f bump version
2018-03-15 12:40:37 +01:00

31 lines
483 B
Lua

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Menu Default'
version '1.0.3'
client_scripts {
'@es_extended/client/wrapper.lua',
'client/main.lua'
}
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',
}
dependencies {
'es_extended'
}