forked from ItsikNox/RageUI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fxmanifest.lua
61 lines (50 loc) · 1.38 KB
/
fxmanifest.lua
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
47
48
49
50
51
52
53
54
55
56
57
58
59
---
--- @author Dylan MALANDAIN
--- @version 2.0.0
--- @since 2020
---
--- RageUI Is Advanced UI Libs in LUA for make beautiful interface like RockStar GAME.
---
---
--- Commercial Info.
--- Any use for commercial purposes is strictly prohibited and will be punished.
---
--- @see RageUI
---
fx_version 'adamant'
games { 'gta5' };
name 'RageUI';
description 'RageUI Is Advanced UI Libs in LUA for make beautiful interface like RockStar GAME.'
client_scripts {
"RMenu.lua",
"menu/RageUI.lua",
"menu/Menu.lua",
"menu/MenuController.lua",
"components/Audio.lua",
"components/Enum.lua",
"components/Keys.lua",
"components/Rectangle.lua",
"components/Sprite.lua",
"components/Text.lua",
"components/Visual.lua",
"menu/elements/ItemsBadge.lua",
"menu/elements/ItemsColour.lua",
"menu/elements/PanelColour.lua",
"menu/items/UIButton.lua",
"menu/items/UICheckBox.lua",
"menu/items/UIList.lua",
"menu/items/UIProgress.lua",
"menu/items/UISeparator.lua",
"menu/items/UISlider.lua",
"menu/items/UISliderHeritage.lua",
"menu/items/UISliderProgress.lua",
"menu/panels/UIButtonPanel.lua",
"menu/panels/UIColourPanel.lua",
"menu/panels/UIGridPanel.lua",
"menu/panels/UIPercentagePanel.lua",
"menu/panels/UIStatisticsPanel.lua",
"menu/windows/UIHeritage.lua",
}
client_scripts {
'example.lua',
}