mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
E-Pad images
This commit is contained in:
parent
dc63503a43
commit
2cfea60919
@ -36,6 +36,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Settings";
|
||||
Icon = "epoch_code\customs\images\settings_ca.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\settings_ca.paa";
|
||||
color[] = {1,1,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "";
|
||||
@ -46,6 +47,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Epad Dyna";
|
||||
Icon = "epoch_code\customs\images\epoch_tablet_back.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\epoch_tablet_back.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "";
|
||||
@ -69,6 +71,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Playermarker";
|
||||
icon = "epoch_code\customs\images\gps.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\gps.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "if (!EPOCH_PlayerMarkerOn) then {if !('ItemGPS' in (assignedItems player)) then {['You need a GPS to see your Position',5] call epoch_message}}";
|
||||
@ -81,6 +84,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "DeathMarker";
|
||||
icon = "epoch_code\customs\images\skull.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\skull.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "if (!EPOCH_DeathMarkerOn) then {if ((profileNameSpace getVariable ['EPOCHLastKnownDeath',[]]) isequalto []) then {['You had no GPS on last death',5] call epoch_message}}";
|
||||
@ -92,6 +96,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Auto-Earplugs";
|
||||
icon = "epoch_code\customs\images\Earplugs.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\Earplugs.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "";
|
||||
@ -127,6 +132,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Server Info";
|
||||
Icon = "epoch_code\customs\images\server_info_icon_ca.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\server_info_icon_ca.paa";
|
||||
color[] = {1,1,1,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "createDialog 'server_info_picture'";
|
||||
@ -139,6 +145,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Debug";
|
||||
Icon = "epoch_code\customs\images\debug_ca.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\debug_ca.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "if !(EPOCH_debugMode) then {['Debug Mode Enabled', 5,[[0,0,0,0.5],[1,1,0,1]]] call Epoch_message;} else {['Debug Mode Disabled', 5,[[0,0,0,0.5],[1,1,0,1]]] call Epoch_message;hintSilent ''};";
|
||||
@ -151,6 +158,7 @@ class e_pad_config
|
||||
ButtonText = "";
|
||||
Description = "Reviveable?";
|
||||
Icon = "epoch_code\customs\images\Reviveable.paa";
|
||||
// icon = "x\addons\a3_epoch_code\Data\UI\epad\Reviveable.paa";
|
||||
color[] = {1,0,0,1};
|
||||
colortoggled[] = {0,1,0,1};
|
||||
action = "";
|
||||
|
@ -543,6 +543,7 @@ class epoch_tablet_gui
|
||||
{
|
||||
idc = 1200;
|
||||
text = "epoch_code\customs\images\epoch_tablet_back.paa";
|
||||
// text = "x\addons\a3_epoch_code\Data\UI\epad\epoch_tablet_back.paa";
|
||||
x = 0.184983 * safezoneW + safezoneX;
|
||||
y = 0.114894 * safezoneH + safezoneY;
|
||||
w = 0.635763 * safezoneW;
|
||||
@ -914,6 +915,7 @@ class epoch_tablet_gui
|
||||
{
|
||||
idc = 1714;
|
||||
text = "epoch_code\customs\images\back_ca.paa";
|
||||
// text = "x\addons\a3_epoch_code\Data\UI\epad\back_ca.paa";
|
||||
tooltip = "prev page";
|
||||
x = 0.414086 * safezoneW + safezoneX;
|
||||
y = 0.599027 * safezoneH + safezoneY;
|
||||
@ -958,6 +960,7 @@ class epoch_tablet_gui
|
||||
{
|
||||
idc = 1715;
|
||||
text = "epoch_code\customs\images\next.paa";
|
||||
// text = "x\addons\a3_epoch_code\Data\UI\epad\next.paa";
|
||||
tooltip = "next page";
|
||||
x = 0.528638 * safezoneW + safezoneX;
|
||||
y = 0.599027 * safezoneH + safezoneY;
|
||||
@ -1076,6 +1079,7 @@ class server_info_picture
|
||||
{
|
||||
idc = 98999;
|
||||
text = "epoch_code\customs\images\server_info_ca.paa";
|
||||
// text = "x\addons\a3_epoch_code\Data\UI\epad\server_info_ca.paa";
|
||||
x = 0.184983 * safezoneW + safezoneX;
|
||||
y = 0.114894 * safezoneH + safezoneY;
|
||||
w = 0.635763 * safezoneW;
|
||||
|
Loading…
Reference in New Issue
Block a user