mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update CfgMarkerSets.hpp
Added EPOCH_ to the beginning of the PlayerMarker and DeathMarker markers
This commit is contained in:
parent
d92e0f65be
commit
83016ee0a7
@ -13,17 +13,17 @@ class CfgMarkerSets
|
|||||||
brushes[] = {"Solid","SolidFull","Horizontal","Vertical","Grid","FDiagonal","BDiagonal","DiagGrid","Cross","Border","SolidBorder"};
|
brushes[] = {"Solid","SolidFull","Horizontal","Vertical","Grid","FDiagonal","BDiagonal","DiagGrid","Cross","Border","SolidBorder"};
|
||||||
class PlayerMarker {
|
class PlayerMarker {
|
||||||
markerArray[] = {
|
markerArray[] = {
|
||||||
{"PlayerMarker1","ICON","EpochActive_Hex","ColorBlue",1,{0.9,0.9}},
|
{"EPOCH_PlayerMarker1","ICON","EpochActive_Hex","ColorBlue",1,{0.9,0.9}},
|
||||||
{"PlayerMarker2","ICON","EpochBG_Hex","ColorWhite",0.3,{0.9,0.9}},
|
{"EPOCH_PlayerMarker2","ICON","EpochBG_Hex","ColorWhite",0.3,{0.9,0.9}},
|
||||||
{"PlayerMarker3","ICON","EpochGPS","ColorBlue",1,{0.8,0.8},0,"format['%1/%2',(format[mapGridPosition player]) select [0,3],(format[mapGridPosition player]) select [3,3]]"}
|
{"EPOCH_PlayerMarker3","ICON","EpochGPS","ColorBlue",1,{0.8,0.8},0,"format['%1/%2',(format[mapGridPosition player]) select [0,3],(format[mapGridPosition player]) select [3,3]]"}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class DeathMarker {
|
class DeathMarker {
|
||||||
markerArray[] = {
|
markerArray[] = {
|
||||||
|
|
||||||
{"DeathMarker1","ICON","EpochActive_Circle","ColorRed",1,{0.9,0.9}},
|
{"EPOCH_DeathMarker1","ICON","EpochActive_Circle","ColorRed",1,{0.9,0.9}},
|
||||||
{"DeathMarker2","ICON","EpochBG_Circle","ColorPink",0.3,{0.9,0.9}},
|
{"EPOCH_DeathMarker2","ICON","EpochBG_Circle","ColorPink",0.3,{0.9,0.9}},
|
||||||
{"DeathMarker3","ICON","EpochSkull","ColorRed",1,{0.8,0.8},0,"str(name player)"}
|
{"EPOCH_DeathMarker3","ICON","EpochSkull","ColorRed",1,{0.8,0.8},0,"str(name player)"}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class EpochDebugBox {
|
class EpochDebugBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user