mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
23 lines
348 B
Lua
23 lines
348 B
Lua
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
|
|
|
description 'ESX Menu Dialog'
|
|
|
|
version '1.1.0'
|
|
|
|
client_script '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'
|
|
}
|
|
|
|
dependency 'es_extended' |