From a92d9807237a024106b67f045822679f7ee4df54 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 14 Mar 2009 21:18:50 +0000 Subject: merge with current trunk (just update) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1634 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/game/themes/Deluxe.ini | 194 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 193 insertions(+), 1 deletion(-) (limited to 'unicode/game/themes/Deluxe.ini') diff --git a/unicode/game/themes/Deluxe.ini b/unicode/game/themes/Deluxe.ini index e013a75a..5f47c215 100644 --- a/unicode/game/themes/Deluxe.ini +++ b/unicode/game/themes/Deluxe.ini @@ -4312,7 +4312,6 @@ SBGDColor = LightBlue STColor = White STDColor = GrayDark - [OptionsAdvancedButtonExit] X = 40 Y = 415 @@ -4605,6 +4604,199 @@ H = 40 Color = P1Dark Type = Colorized +[Edit] +Texts = 5 + +[EditBackground] +Tex = EditBG + +# main icon +[EditStatic1] +X = 65 +Y = 150 +W = 25 +H = 25 +Color = White +Tex = IconEdit +Type = Transparent +# Type = Colorized + +# main icon title +[EditText1] +X = 95 +Y = 135 +Color = White +Font = 0 +Size = 54 +Align = 0 +Text = SING_EDIT + +# main icon subtitle +[EditText2] +X = 95 +Y = 175 +Color = ColorLightest +Font = 0 +Size = 30 +Align = 0 +Text = SING_EDIT_MENU_DESCRIPTION + +# Navigate button text +[EditText3] +X = 300 +Y = 548 +Color = Black +Font = 0 +Size = 24 +Align = 0 +Text = SING_EDIT_NAVIGATE +Reflection = 1 +ReflectionSpacing = 20 + +# Select button text +[EditText4] +X = 440 +Y = 548 +Color = Black +Font = 0 +Size = 24 +Align = 0 +Text = SING_EDIT_SELECT +Reflection=1 +ReflectionSpacing=20 + +# Esc button text +[EditText5] +X = 590 +Y = 548 +Color = Black +Font = 0 +Size = 24 +Align = 0 +Text = SING_EDIT_EXIT +Reflection=1 +ReflectionSpacing=20 + +[EditTextDescription] +X = 95 +Y = 195 +Color = White +Font = 0 +Size = 30 +Align = 0 +Text = SING_EDIT_TEXTDESCRIPTION + +[EditStatic2] +X = 0 +Y = 545 +W = 250 +H = 30 +Tex = Leiste1 +Color = ColorLight +Type = Colorized +Reflection = 1 +ReflectionSpacing = 2 + +[EditStatic3] +X = 250 +Y = 545 +W = 550 +H = 30 +Tex = Leiste2 +Color = White +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + +[EditStatic4] +X = 260 +Y = 545 +W = 32 +H = 30 +Tex = ButtonNavi +Color = White +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + +[EditStatic5] +X = 400 +Y = 545 +W = 32 +H = 30 +Tex = ButtonEnter +Color = White +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + +[EditStatic6] +X = 550 +Y = 545 +W = 32 +H = 30 +Tex = ButtonEsc +Color = White +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + +[EditButtonConvert] +X = 250 +Y = 270 +W = 150 +H = 50 +Tex = Button +Color = ColorLight +DColor = ColorDark +Type = Transparent +Texts = 1 +Reflection = 1 +ReflectionSpacing = 15 +DeSelectReflectionSpacing = 280 +Fade = 1 +FadeText = 1 +SelectH = 150 +FadeTex = ButtonFade +FadeTexPos = 0 + +[EditButtonConvertText1] +X = 75 +Y = 10 +Font = 0 +Size = 30 +Align = 1 +Text = SING_EDIT_BUTTON_CONVERT +Color = White + +[EditButtonExit] +X = 405 +Y = 270 +W = 150 +H = 50 +Tex = Button +Color = ColorLight +DColor = ColorDark +Type = Transparent +Texts = 1 +Reflection = 1 +ReflectionSpacing = 15 +DeSelectReflectionSpacing = 280 +Fade = 1 +FadeText = 1 +SelectH = 150 +FadeTex = ButtonFade +FadeTexPos = 0 + +[EditButtonExitText1] +X = 75 +Y = 10 +Font = 0 +Size = 30 +Align = 1 +Text = SING_EDIT_BUTTON_EXIT +Color = White + [Level] Texts = 5 -- cgit v1.2.3