diff options
author | mota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-10 00:57:17 +0000 |
---|---|---|
committer | mota23 <mota23@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-10 00:57:17 +0000 |
commit | dcb6e5d386735b3ced44d7c6d6280343a16ca7db (patch) | |
tree | 7b9834b025797908ddb9a87bbe670b5be6e6df83 /Game/Code/Classes | |
parent | f69d8aee0c6d3855978b6a1c700ab289af705022 (diff) | |
download | usdx-dcb6e5d386735b3ced44d7c6d6280343a16ca7db.tar.gz usdx-dcb6e5d386735b3ced44d7c6d6280343a16ca7db.tar.xz usdx-dcb6e5d386735b3ced44d7c6d6280343a16ca7db.zip |
Some Themework in Stats and SingScreen.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@187 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes')
-rw-r--r-- | Game/Code/Classes/UGraphic.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UGraphic.pas b/Game/Code/Classes/UGraphic.pas index 7fd159f7..205fa9fd 100644 --- a/Game/Code/Classes/UGraphic.pas +++ b/Game/Code/Classes/UGraphic.pas @@ -146,7 +146,7 @@ const Skin_OscG = 0;
Skin_OscB = 0;
- Skin_LyricsT = 500; // 510 / 400
+ Skin_LyricsT = 494; // 500 / 510 / 400
Skin_SpectrumT = 470;
Skin_SpectrumBot = 570;
Skin_SpectrumH = 100;
|