From 0fc1609b13b256acef7fe9ab456225b68a806730 Mon Sep 17 00:00:00 2001 From: mogguh Date: Thu, 20 Dec 2007 00:38:12 +0000 Subject: Some more minor refining in the score screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@733 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenScore.pas | 4 ++-- Skins/Deluxe/Blue.ini | 8 ++++++-- Skins/Deluxe/Fall.ini | 5 ++++- Skins/Deluxe/Summer.ini | 5 ++++- Skins/Deluxe/Winter.ini | 4 ++++ 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/Game/Code/Screens/UScreenScore.pas b/Game/Code/Screens/UScreenScore.pas index 35296233..7273a06c 100644 --- a/Game/Code/Screens/UScreenScore.pas +++ b/Game/Code/Screens/UScreenScore.pas @@ -462,7 +462,7 @@ begin end; } inherited Draw; - + {* player[0].ScoreI := 7000; player[0].ScoreLineI := 2000; player[0].ScoreGoldenI := 1000; @@ -472,7 +472,7 @@ inherited Draw; player[1].ScoreLineI := 1100; player[1].ScoreGoldenI := 900; player[1].ScoreTotalI := 4500; - + *} // Let's arise the bars diff --git a/Skins/Deluxe/Blue.ini b/Skins/Deluxe/Blue.ini index 18155298..6da1b72d 100644 --- a/Skins/Deluxe/Blue.ini +++ b/Skins/Deluxe/Blue.ini @@ -79,8 +79,8 @@ Ball = [sing]LyricsBall.bmp # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png ScoreGlassBox = [score]glass_box.png -ScoreLevel = [score]level.png -ScoreLevelRound = [score]levelround.png +ScoreLevel = [score]level.png +ScoreLevelRound = [score]levelround.png ScoreLevel_Dark = [score]level_dark.png ScoreLevel_Dark_Round = [score]level_dark_round.png @@ -107,6 +107,9 @@ PlayerIDBox04 = [sing.player4]lyric_active.png PlayerIDBox05 = [sing.player5]lyric_active.png PlayerIDBox06 = [sing.player6]lyric_active.png +# these icons are part of the tango icon set +# licensed under Creative Commons Attribution Share-Alike license +# http://tango.freedesktop.org Rating_0 = [score]rating_0.png Rating_1 = [score]rating_1.png Rating_2 = [score]rating_2.png @@ -114,6 +117,7 @@ Rating_3 = [score]rating_3.png Rating_4 = [score]rating_4.png Rating_5 = [score]rating_5.png Rating_6 = [score]rating_6.png +# thank you girls and guys!!! # # # P A R T Y # # # Joker =[party]Joker.png diff --git a/Skins/Deluxe/Fall.ini b/Skins/Deluxe/Fall.ini index db1d2191..c4ac7563 100644 --- a/Skins/Deluxe/Fall.ini +++ b/Skins/Deluxe/Fall.ini @@ -105,6 +105,9 @@ PlayerIDBox04 = [sing.player4]lyric_active.png PlayerIDBox05 = [sing.player5]lyric_active.png PlayerIDBox06 = [sing.player6]lyric_active.png +# these icons are part of the tango icon set +# licensed under Creative Commons Attribution Share-Alike license +# http://tango.freedesktop.org Rating_0 = [score]rating_0.png Rating_1 = [score]rating_1.png Rating_2 = [score]rating_2.png @@ -112,7 +115,7 @@ Rating_3 = [score]rating_3.png Rating_4 = [score]rating_4.png Rating_5 = [score]rating_5.png Rating_6 = [score]rating_6.png - +# thank you girls and guys!!! # # # P A R T Y # # # Joker =[party]Joker.png diff --git a/Skins/Deluxe/Summer.ini b/Skins/Deluxe/Summer.ini index 2c03f10a..e1abebee 100644 --- a/Skins/Deluxe/Summer.ini +++ b/Skins/Deluxe/Summer.ini @@ -105,6 +105,9 @@ PlayerIDBox04 = [sing.player4]lyric_active.png PlayerIDBox05 = [sing.player5]lyric_active.png PlayerIDBox06 = [sing.player6]lyric_active.png +# these icons are part of the tango icon set +# licensed under Creative Commons Attribution Share-Alike license +# http://tango.freedesktop.org Rating_0 = [score]rating_0.png Rating_1 = [score]rating_1.png Rating_2 = [score]rating_2.png @@ -112,7 +115,7 @@ Rating_3 = [score]rating_3.png Rating_4 = [score]rating_4.png Rating_5 = [score]rating_5.png Rating_6 = [score]rating_6.png - +# thank you girls and guys!!! # # # P A R T Y # # # Joker =[party]Joker.png diff --git a/Skins/Deluxe/Winter.ini b/Skins/Deluxe/Winter.ini index ed4175ec..2ead28db 100644 --- a/Skins/Deluxe/Winter.ini +++ b/Skins/Deluxe/Winter.ini @@ -106,6 +106,9 @@ PlayerIDBox04 = [sing.player4]lyric_active.png PlayerIDBox05 = [sing.player5]lyric_active.png PlayerIDBox06 = [sing.player6]lyric_active.png +# these icons are part of the tango icon set +# licensed under Creative Commons Attribution Share-Alike license +# http://tango.freedesktop.org Rating_0 = [score]rating_0.png Rating_1 = [score]rating_1.png Rating_2 = [score]rating_2.png @@ -113,6 +116,7 @@ Rating_3 = [score]rating_3.png Rating_4 = [score]rating_4.png Rating_5 = [score]rating_5.png Rating_6 = [score]rating_6.png +# thank you girls and guys!!! # # # P A R T Y # # # Joker =[party]Joker.png -- cgit v1.2.3