1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/RageUI/fxmanifest.lua

21 lines
478 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'adamant'
games { 'gta5' };
name 'RageUI';
description 'RageUI, and a project specially created to replace the NativeUILua-Reloaded library. This library allows to create menus similar to the one of Grand Theft Auto online.'
client_scripts {
"RMenu.lua",
"menu/RageUI.lua",
"menu/Menu.lua",
"menu/MenuController.lua",
"components/*.lua",
"menu/elements/*.lua",
"menu/items/*.lua",
"menu/panels/*.lua",
"menu/windows/*.lua",
}