Files
esx_core/__resource.lua
T
Jérémie N'gadi c974a834d0 Enable html in menus
2017-08-12 16:12:45 +02:00

27 lines
429 B
Lua

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Menu Default'
client_scripts {
'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'
}