mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge branch 'experimental' of https://github.com/EpochModTeam/Epoch into experimental
This commit is contained in:
commit
a381d283a2
6
Sources/epoch_code/gui/scripts/Epoch_getColorScheme.sqf
Normal file
6
Sources/epoch_code/gui/scripts/Epoch_getColorScheme.sqf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
profileNamespace getVariable "gui_bcg_rgb_r",
|
||||||
|
profileNamespace getVariable "gui_bcg_rgb_g",
|
||||||
|
profileNamespace getVariable "gui_bcg_rgb_b",
|
||||||
|
profileNamespace getVariable "gui_bcg_rgb_a"
|
||||||
|
]
|
@ -167,6 +167,7 @@ class CfgClientFunctions
|
|||||||
class secureStorageHandler {};
|
class secureStorageHandler {};
|
||||||
class dynamicText {};
|
class dynamicText {};
|
||||||
class genderSelection {};
|
class genderSelection {};
|
||||||
|
class getColorScheme {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class config {
|
class config {
|
||||||
|
Loading…
Reference in New Issue
Block a user