mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- changed all step = 10 to step = 1 by request
- widened range of possible vertical offset values for the custom counter module by request
This commit is contained in:
@ -118,7 +118,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
|
||||
end,
|
||||
min = -700,
|
||||
max = 700,
|
||||
step = 10,
|
||||
step = 1,
|
||||
order = 11
|
||||
},
|
||||
|
||||
@ -134,7 +134,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
|
||||
end,
|
||||
min = -2000,
|
||||
max = 2000,
|
||||
step = 10,
|
||||
step = 1,
|
||||
order = 12
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user