mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
485 B
C++
17 lines
485 B
C++
class RscActiveText;
|
|
|
|
class RscDisplayInventory {
|
|
class controls {
|
|
class GVAR(weaponImage): RscActiveText {
|
|
idc = IDC_WEAPON_IMAGE;
|
|
style = "0x30 + 0x800";
|
|
color[] = {1, 1, 1, 1};
|
|
colorFocused[] = {1, 1, 1, 1};
|
|
colorText[] = {1, 1, 1, 1};
|
|
colorBackground[] = {1, 1, 1, 0.1};
|
|
colorBackgroundSelected[] = {1, 1, 1, 0.1};
|
|
onLoad = "_this#0 ctrlEnable false";
|
|
};
|
|
};
|
|
};
|