Skip to content

Commit

Permalink
Light rects are now proper and counter digits are in proper (close to…
Browse files Browse the repository at this point in the history
…?) position
  • Loading branch information
erodozer committed Jun 9, 2011
1 parent a565f3a commit 8cd741c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/themes/MegaLight GH3/rockmeter.ini
Expand Up @@ -123,6 +123,7 @@ condition = streak > 10
text = ("%03i" % streak)[2:3]
font = streakFont
color = #000000
alignment = center

[layer11:fx0:Slide]
startX = .193
Expand All @@ -136,6 +137,7 @@ transitionTime = 256.0
[layer12:Text]
text = ("%03i" % streak)[1:2]
font = streakFont
alignment = center

[layer12:fx0:Slide]
startX = .161
Expand All @@ -149,6 +151,7 @@ transitionTime = 256.0
[layer13:Text]
text = ("%03i" % streak)[0:1]
font = streakFont
alignment = center

[layer13:fx0:Slide]
startX = .132
Expand Down Expand Up @@ -203,7 +206,7 @@ yscale = .35
texture = splight.png
xpos = 0.795
ypos = 0.312
rect = (0,2/3,0,1)
rect = (1/3,2/3,0,1)
angle = -33.23
a = max(min((power-.166)/.166, 1),0)
xscale = .35
Expand All @@ -226,7 +229,7 @@ yscale = .35
texture = splight.png
xpos = 0.822
ypos = 0.329
rect = (0,2/3,0,1)
rect = (1/3,2/3,0,1)
angle = -21.199
a = max(min((power-.322)/.166, 1.0),0)
xscale = .35
Expand Down

0 comments on commit 8cd741c

Please sign in to comment.