From 85ee09ca4b53188913d9f1dc2ff62e83f99269df Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 30 Nov 2008 12:54:01 +0000 Subject: Deluxe theme for Editor menu. Part 1 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1532 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/languages/English.ini | 14 +++++++++++++- game/languages/German.ini | 4 +++- game/themes/Deluxe.ini | 15 +++++++++++++++ game/themes/Deluxe/Blue.ini | 2 ++ game/themes/Deluxe/Fall.ini | 2 ++ game/themes/Deluxe/Ribbon.ini | 2 ++ game/themes/Deluxe/Summer.ini | 2 ++ game/themes/Deluxe/Winter.ini | 2 ++ game/themes/Deluxe/ocean.ini | 2 ++ 9 files changed, 43 insertions(+), 2 deletions(-) diff --git a/game/languages/English.ini b/game/languages/English.ini index e69ead4a..05559c1a 100644 --- a/game/languages/English.ini +++ b/game/languages/English.ini @@ -14,7 +14,7 @@ SING_STATS=stats SING_STATS_DESC=view the statistics SING_EDITOR=editor -SING_EDITOR_DESC=create your own songs +SING_EDITOR_DESC=create your own song SING_GAME_OPTIONS=game options SING_GAME_OPTIONS_DESC=change game settings @@ -96,6 +96,18 @@ SING_OPTIONS_ADVANCED_COUNT_HOW_OFTEN_SUNG= SING_OPTIONS_ADVANCED_ONSONGCLICK=after Song Select SING_OPTIONS_ADVANCED_PARTYPOPUP=Auto PartyMenu +SING_EDIT=Editor +SING_EDIT_MENU_DESCRIPTION=create your own song + +SING_EDIT_BUTTON_DESCRIPTION_CONVERT=Import text from midi file +SING_EDIT_BUTTON_DESCRIPTION_EXIT=back +SING_EDIT_BUTTON_CONVERT=Import +SING_EDIT_BUTTON_EXIT=back + +SING_EDIT_NAVIGATE=navigate +SING_EDIT_SELECT=select +SING_EDIT_EXIT=back + SING_LEGEND_SELECT=select SING_LEGEND_NAVIGATE=navigate SING_LEGEND_CONTINUE=continue diff --git a/game/languages/German.ini b/game/languages/German.ini index f6250447..64ae0419 100644 --- a/game/languages/German.ini +++ b/game/languages/German.ini @@ -85,7 +85,7 @@ SING_OPTIONS_RECORD_CARD=Soundkarte SING_OPTIONS_RECORD_INPUT=Eingang SING_OPTIONS_RECORD_CHANNEL=Kanal -SING_OPTIONS_ADVANCED_WHEREAMI=Optionen Erweitert +SING_OPTIONS_D_WHEREAMI=Optionen Erweitert SING_OPTIONS_ADVANCED_DESC=Erweiterte Einstellungen SING_OPTIONS_ADVANCED_EFFECTSING=Singeffekte SING_OPTIONS_ADVANCED_SCREENFADE=Bildschirm-Fade @@ -96,6 +96,8 @@ SING_OPTIONS_ADVANCED_COUNT_HOW_OFTEN_SUNG=Wie oft gesungen mitz SING_OPTIONS_ADVANCED_ONSONGCLICK=nach Song-Wahl SING_OPTIONS_ADVANCED_PARTYPOPUP=Auto Party-Menü +SING_EDIT_EXIT=zurück + SING_LEGEND_SELECT=Auswählen SING_LEGEND_NAVIGATE=Navigieren SING_LEGEND_CONTINUE=Weiter diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index e013a75a..93fc56a8 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -4325,6 +4325,21 @@ Type = Transparent Reflection = 1 ReflectionSpacing = 2 +[Edit] +Texts = 1 + +[EditButtonExit] +X = 40 +Y = 415 +W = 230 +H = 70 +Tex = Button +Color = ColorLight +DColor = ColorDark +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + [Top5] Texts = 1 diff --git a/game/themes/Deluxe/Blue.ini b/game/themes/Deluxe/Blue.ini index 6f3c1e55..87c9f0f4 100644 --- a/game/themes/Deluxe/Blue.ini +++ b/game/themes/Deluxe/Blue.ini @@ -36,12 +36,14 @@ SongBG = [bg-main]blue.jpg ScoreScreenBG = [bg-main]blue.jpg Top5BG = [bg-main]blue.jpg OptionsBG = [bg-main]blue.jpg +EditBG = [bg-main]blue.jpg PartyBG = [bg-main]blue.jpg #Icons on screen SongCD = [icon]cd.png MainIcon = [icon]main.png IconOption = [icon]options.png +IconEdit = [icon]options.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png diff --git a/game/themes/Deluxe/Fall.ini b/game/themes/Deluxe/Fall.ini index 57bf6539..72d9021b 100644 --- a/game/themes/Deluxe/Fall.ini +++ b/game/themes/Deluxe/Fall.ini @@ -22,6 +22,7 @@ SongBG = [bg-main]fall.jpg ScoreScreenBG = [bg-main]fall.jpg Top5BG = [bg-main]fall.jpg OptionsBG = [bg-main]fall.jpg +EditBG = [bg-main]fall.jpg PartyBG = [bg-main]fall.jpg #Icons on screen @@ -29,6 +30,7 @@ SongCD = [icon]cd.png MainIcon = [icon]main.png MainSearch = [icon]search.png IconOption = [icon]options.png +IconEdit = [icon]options.png IconSongMenu = [icon]songmenu.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png diff --git a/game/themes/Deluxe/Ribbon.ini b/game/themes/Deluxe/Ribbon.ini index 0165a596..1631183e 100644 --- a/game/themes/Deluxe/Ribbon.ini +++ b/game/themes/Deluxe/Ribbon.ini @@ -23,6 +23,7 @@ SongBG = [bg-video]ribbon.mov ScoreScreenBG = [bg-video]ribbon.mov Top5BG = [bg-video]ribbon.mov OptionsBG = [bg-video]ribbon.mov +EditBG = [bg-video]ribbon.mov PartyBG = [bg-video]ribbon.mov #Icons on screen @@ -30,6 +31,7 @@ SongCD = [icon]cd.png MainIcon = [icon]main.png MainSearch = [icon]search.png IconOption = [icon]options.png +IconEdit = [icon]options.png IconSongMenu = [icon]songmenu.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png diff --git a/game/themes/Deluxe/Summer.ini b/game/themes/Deluxe/Summer.ini index 85dc8e3f..3d40c2f8 100644 --- a/game/themes/Deluxe/Summer.ini +++ b/game/themes/Deluxe/Summer.ini @@ -22,6 +22,7 @@ SongBG = [bg-main]summer.jpg ScoreScreenBG = [bg-main]summer.jpg Top5BG = [bg-main]summer.jpg OptionsBG = [bg-main]summer.jpg +EditBG = [bg-main]summer.jpg PartyBG = [bg-main]summer.jpg #Icons on screen @@ -29,6 +30,7 @@ SongCD = [icon]cd.png MainIcon = [icon]main.png MainSearch = [icon]search.png IconOption = [icon]options.png +IconEdit = [icon]options.png IconSongMenu = [icon]songmenu.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png diff --git a/game/themes/Deluxe/Winter.ini b/game/themes/Deluxe/Winter.ini index 0ececd74..32c37a02 100644 --- a/game/themes/Deluxe/Winter.ini +++ b/game/themes/Deluxe/Winter.ini @@ -22,6 +22,7 @@ SongBG = [bg-main]winter.jpg ScoreScreenBG = [bg-main]winter.jpg Top5BG = [bg-main]winter.jpg OptionsBG = [bg-main]winter.jpg +EditBG = [bg-main]winter.jpg PartyBG = [bg-main]winter.jpg #Icons on screen @@ -29,6 +30,7 @@ SongCD = [icon]cd.png MainIcon = [icon]main.png MainSearch = [icon]search.png IconOption = [icon]options.png +IconEdit = [icon]options.png IconSongMenu = [icon]songmenu.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png diff --git a/game/themes/Deluxe/ocean.ini b/game/themes/Deluxe/ocean.ini index 82701c41..d18c7a60 100644 --- a/game/themes/Deluxe/ocean.ini +++ b/game/themes/Deluxe/ocean.ini @@ -22,6 +22,7 @@ SongBG = [bg-video]_ocean.avi ScoreScreenBG = [bg-video]_ocean.avi Top5BG = [bg-video]_ocean.avi OptionsBG = [bg-video]_ocean.avi +EditBG = [bg-video]_ocean.avi PartyBG = [bg-video]_ocean.avi #Icons on screen @@ -29,6 +30,7 @@ SongCD = [icon]cd.png MainIcon = [icon]main.png MainSearch = [icon]search.png IconOption = [icon]options.png +IconEdit = [icon]options.png IconSongMenu = [icon]songmenu.png ScoreIcon = [icon]score.png PartyIcon = [icon]party.png -- cgit v1.2.3