mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
30 lines
370 B
Lua
30 lines
370 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX Menu Default'
|
|
|
|
version '1.0.4'
|
|
|
|
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'
|
|
}
|
|
|
|
dependencies {
|
|
'es_extended'
|
|
}
|