-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
46 lines (33 loc) · 788 Bytes
/
fxmanifest.lua
File metadata and controls
46 lines (33 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.'
version '1.0.0'
contributor {
'Dylan Malandain',
'Parow',
'Frazzle'
};
client_scripts {
"src/RMenu.lua",
"src/menu/RageUI.lua",
"src/menu/Menu.lua",
"src/menu/MenuController.lua",
"src/components/*.lua",
"src/menu/elements/*.lua",
"src/menu/items/*.lua",
"src/menu/panels/*.lua",
"src/menu/panels/*.lua",
"src/menu/windows/*.lua",
}
--[[
client_scripts {
'tests/default/basic.lua',
}
client_scripts {
'tests/rmenu/basic.lua',
}
]]
client_scripts {
'tests/rmenu/basic.lua',
}