diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 11:49:45 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 11:49:45 +0000 |
commit | 5ccfc5107ed4006fad3253dfd9041a42049a90d4 (patch) | |
tree | fc52c2a811a07aae563cfb022af45e80b8920c95 /game | |
parent | 4ab95b917cedf79375da2918b3553e97e0ff404b (diff) | |
download | usdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.tar.gz usdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.tar.xz usdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.zip |
swap textures of statics colorized to playercolor in score screen
so ticket #1 should finally be fixed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2221 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | game/themes/Deluxe.ini | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index a0be35b9..0903af85 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -1486,7 +1486,7 @@ Align = 2 Text = 0 #Total Score -[ScorePlayer1Static3] +[ScoreStaticPlayerIdBox1] Tex = PlayerIDBox01 X = 200 Y = 455 @@ -1556,7 +1556,7 @@ H = 8 Color = P1Dark Type = Colorized -[ScorePlayer1Static4] +[ScorePlayer1Static3] Tex = ScoreEndCap X = 499 Y = 478 @@ -1568,7 +1568,7 @@ Type = Colorized Reflection = 1 ReflectionSpacing = 0 -[ScorePlayer1Static5] +[ScorePlayer1Static4] Tex = ScoreGlassBox X = 499 Y = 148 @@ -1726,7 +1726,7 @@ H = 1 Type = Colorized Color = White -[ScorePlayer2Static5] +[ScoreStaticPlayerIdBox2] Tex = PlayerIDBox01 X = 45 Y = 455 @@ -1944,7 +1944,7 @@ H = 1 Type = Colorized Color = White -[ScorePlayer3Static5] +[ScoreStaticPlayerIdBox3] Tex = PlayerIDBox02 X = 729 Y = 455 @@ -2023,7 +2023,7 @@ Font = 0 Size = 42 Align = 0 Text = P1 -Color = P1Dark +Color = White # Rating [ScoreStaticRatingPicture4] @@ -2195,7 +2195,7 @@ Font = 0 Size = 42 Align = 0 Text = P2 -Color = P2Dark +Color = White # Rating [ScoreStaticRatingPicture5] @@ -2366,7 +2366,7 @@ Font = 0 Size = 42 Align = 0 Text = P3 -Color = P3Dark +Color = White # Rating [ScoreStaticRatingPicture6] |