Version 0.5

- Graphical combo points
- Various tweaks and bug fixes (ie. mirror timer bar)
This commit is contained in:
iceroth
2006-08-20 16:28:50 +00:00
parent 5035e8428a
commit 7050788344
14 changed files with 372 additions and 155 deletions

View File

@ -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},