diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-10 09:02:03 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-10 09:02:03 +0000 |
commit | 88a3cad5410c654d44eeea006818eb86c18542c1 (patch) | |
tree | 2e9b4ac123ae8b507bffa6f8ae928b75a44ee432 | |
parent | 141878175d76d013be3ec8fb9fd0a58dc9b0d3eb (diff) | |
download | usdx-88a3cad5410c654d44eeea006818eb86c18542c1.tar.gz usdx-88a3cad5410c654d44eeea006818eb86c18542c1.tar.xz usdx-88a3cad5410c654d44eeea006818eb86c18542c1.zip |
Fixed a wrong Color String in third Place BG in UScreenPartyWin
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@252 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 9423f54c..4f63e0bb 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -6178,7 +6178,7 @@ W =280 H =15
Z =1
Tex=PartyTeamPoints
-Color =P3Dark
+Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
@@ -6191,7 +6191,7 @@ Y=400 W=300
H=40
Type=Font Black
-Color =P3Dark
+Color =TeamColor
Reflection=1
ReflectionSpacing=2
|