mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Version 0.5
- Graphical combo points - Various tweaks and bug fixes (ie. mirror timer bar)
This commit is contained in:
@ -40,11 +40,11 @@ function IceCore.prototype:init()
|
||||
|
||||
alphaooc = 0.3,
|
||||
alphaic = 0.6,
|
||||
alphaTarget = 0.3,
|
||||
|
||||
alphaTarget = 0.4,
|
||||
|
||||
alphaoocbg = 0.2,
|
||||
alphaicbg = 0.2,
|
||||
alphaTargetbg = 0.2,
|
||||
alphaicbg = 0.3,
|
||||
alphaTargetbg = 0.25,
|
||||
|
||||
backgroundToggle = false,
|
||||
backgroundColor = {r = 0.2, g = 0.2, b = 0.2},
|
||||
|
Reference in New Issue
Block a user