mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
geiger counter hud (had to hold this due to prerequisite requirements in epochcore back then).
Just need 2 ez functions to show/hide it and change display. Dunno about sounds though
This commit is contained in:
parent
61c86c22ce
commit
7f74469bc1
@ -15,8 +15,8 @@ defaultPopulate:
|
||||
1 - left
|
||||
2 - down
|
||||
3 - up
|
||||
4 - horizontal grow
|
||||
5 - vertical grow
|
||||
4 - horizontal grow (starts from center, evens on left, odds on right)
|
||||
5 - vertical grow (same as above)
|
||||
|
||||
offSetX: Positive = right, Negative = left
|
||||
offSetY: Positive = down, Negative = up
|
||||
@ -92,6 +92,17 @@ class rmx_dynamicHUD
|
||||
width = 4;
|
||||
height = 1;
|
||||
};
|
||||
class geigerCounter
|
||||
{
|
||||
classname = "RscPicture";
|
||||
defaultPos = 8;
|
||||
defaultPopulate = 3;
|
||||
arraySize = 8;
|
||||
width = 10;
|
||||
height = 2.5;
|
||||
offSetX = -0.25;
|
||||
offSetY = -1;
|
||||
};
|
||||
};
|
||||
|
||||
/*[[[end]]]*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user