This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

30 lines
421 B
Lua

fx_version 'adamant'
game 'gta5'
description 'A basic table-based menu system for ESX Legacy.'
lua54 'yes'
version '1.10.8'
client_scripts {
'@ui_core/imports.lua',
'@ui_core/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'
}
dependency 'ui_core'