diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-01-14 12:04:50 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-01-14 12:04:50 +0000 |
commit | 9f89fe4ddce40eb79dacef382af3b3d9614e31fa (patch) | |
tree | 700ab12a3934460878da1f96fc2e7895e96391fd | |
parent | e404ff79067fcde24150f42c2dcb926ec5926fd1 (diff) | |
download | usdx-9f89fe4ddce40eb79dacef382af3b3d9614e31fa.tar.gz usdx-9f89fe4ddce40eb79dacef382af3b3d9614e31fa.tar.xz usdx-9f89fe4ddce40eb79dacef382af3b3d9614e31fa.zip |
added rating pictures to 3 player score screen
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2089 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | game/themes/Deluxe.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index 2cf29024..8472a431 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -2001,6 +2001,13 @@ Align = 0 Text = P1 Color = P1Dark +# Rating +[ScoreStaticRatingPicture4] +X = 200 +Y = 150 +H = 60 +W = 60 + [ScoreTextNotes4] X = 20 Y = 220 @@ -2166,6 +2173,13 @@ Align = 0 Text = P2 Color = P2Dark +# Rating +[ScoreStaticRatingPicture5] +X = 460 +Y = 150 +H = 60 +W = 60 + [ScoreTextNotes5] X = 280 Y = 220 @@ -2330,6 +2344,13 @@ Align = 0 Text = P3 Color = P3Dark +# Rating +[ScoreStaticRatingPicture6] +X = 720 +Y = 150 +H = 60 +W = 60 + [ScoreTextNotes6] X = 540 Y = 220 |