diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-18 10:55:09 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-18 10:55:09 +0000 |
commit | 9ea802c2966853b43faa0fe85da28a7eac8d38ac (patch) | |
tree | c8b3d344e109de79b9cb05e6fe5b170f9843b28d /game/themes/Deluxe | |
parent | 6616879d158b4347a6b951421701d8a042ed089a (diff) | |
download | usdx-9ea802c2966853b43faa0fe85da28a7eac8d38ac.tar.gz usdx-9ea802c2966853b43faa0fe85da28a7eac8d38ac.tar.xz usdx-9ea802c2966853b43faa0fe85da28a7eac8d38ac.zip |
minor theme fix: top5 screen text positions
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2547 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | game/themes/Deluxe.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index 70eedaa6..30a1a198 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -4462,7 +4462,7 @@ Text = SING_TOP_5_CHARTS [Top5TextArtistTitle] X = 70 -Y = 53 +Y = 59 Color = White Font = 0 Size = 30 @@ -4471,7 +4471,7 @@ Text = artist - title [Top5Text4] X = 70 -Y = 73 +Y = 83 Color = White Font = 0 Size = 30 @@ -4480,7 +4480,7 @@ Text = SING_OPTIONS_GAME_DIFFICULTY [Top5TextLevel] X = 270 -Y = 73 +Y = 83 Color = White Font = 0 Size = 30 |