diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-10 13:06:56 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-10 13:06:56 +0000 |
commit | 13666b8a713f7f46d1db186ba147aa91984ddb0f (patch) | |
tree | c397095dd555770c2f41ed953524f1aafdbd61c7 /Game/Code/Classes/UMain.pas | |
parent | f280901b6bf6e85eccd885e18e5680253a763f43 (diff) | |
download | usdx-13666b8a713f7f46d1db186ba147aa91984ddb0f.tar.gz usdx-13666b8a713f7f46d1db186ba147aa91984ddb0f.tar.xz usdx-13666b8a713f7f46d1db186ba147aa91984ddb0f.zip |
Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized pngs. Notes are drawn with 3 textures instead of 2: bg_glow, notebg (unsung) and note hit (sung) - these are colorized pngs - textures will come in the following commit.
Known Bugs: - ScoreBGs are not yet drawn in playercolor (only affects player count > 3)
- Phrasen bonus pop up, indexes are not yet filled with usable data, therefore textures are not yet loaded correctly
- Linebonus not yet done
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@382 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UMain.pas')
-rw-r--r-- | Game/Code/Classes/UMain.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas index 3a1c9dd4..98e1acb4 100644 --- a/Game/Code/Classes/UMain.pas +++ b/Game/Code/Classes/UMain.pas @@ -33,7 +33,7 @@ type LineBonus_Text: string;
LineBonus_Color: TRGB;
LineBonus_Age: Integer;
-
+ LineBonus_Rating: Integer;
//Variable vor Positioning -> Set on ScreenShow, different when Playercount Changes
LineBonus_TargetX: integer;
LineBonus_TargetY: integer;
|