From 9f89fe4ddce40eb79dacef382af3b3d9614e31fa Mon Sep 17 00:00:00 2001
From: whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Thu, 14 Jan 2010 12:04:50 +0000
Subject: 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
---
 game/themes/Deluxe.ini | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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
-- 
cgit v1.2.3