From 59e8d042088550527dbb1ad2719a9f0813621d92 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Tue, 29 May 2007 17:07:48 +0000 Subject: Added Error and Check Popup to Classic Theme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@238 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Skins/Classic/Star.ini | 2 + Skins/Classic/[icon]error.jpg | Bin 0 -> 1407 bytes Skins/Classic/[icon]question.jpg | Bin 0 -> 1695 bytes Skins/Classic/[menu]PopUpBg.JPG | Bin 0 -> 4013 bytes Skins/Classic/[menu]PopUpFg.JPG | Bin 0 -> 4151 bytes Themes/Classic.ini | 170 ++++++++++++++++++++++++++++++++++++++- 6 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 Skins/Classic/[icon]error.jpg create mode 100644 Skins/Classic/[icon]question.jpg create mode 100644 Skins/Classic/[menu]PopUpBg.JPG create mode 100644 Skins/Classic/[menu]PopUpFg.JPG diff --git a/Skins/Classic/Star.ini b/Skins/Classic/Star.ini index d174f2e0..beee4f05 100644 --- a/Skins/Classic/Star.ini +++ b/Skins/Classic/Star.ini @@ -35,6 +35,8 @@ ScoreIcon = [icon]Score.jpg PartyIcon = [icon]Party.jpg StatIcon = [icon]Stats.jpg SongCD = [icon]cd.jpg +IconQuestion = [icon]question.jpg +IconError = [icon]error.jpg # # # M A I N S C R E E N # # # ButtonSolo = [mainbutton]Solo.jpg diff --git a/Skins/Classic/[icon]error.jpg b/Skins/Classic/[icon]error.jpg new file mode 100644 index 00000000..5802e312 Binary files /dev/null and b/Skins/Classic/[icon]error.jpg differ diff --git a/Skins/Classic/[icon]question.jpg b/Skins/Classic/[icon]question.jpg new file mode 100644 index 00000000..e78fe6a8 Binary files /dev/null and b/Skins/Classic/[icon]question.jpg differ diff --git a/Skins/Classic/[menu]PopUpBg.JPG b/Skins/Classic/[menu]PopUpBg.JPG new file mode 100644 index 00000000..1a23a90c Binary files /dev/null and b/Skins/Classic/[menu]PopUpBg.JPG differ diff --git a/Skins/Classic/[menu]PopUpFg.JPG b/Skins/Classic/[menu]PopUpFg.JPG new file mode 100644 index 00000000..530d4cf9 Binary files /dev/null and b/Skins/Classic/[menu]PopUpFg.JPG differ diff --git a/Themes/Classic.ini b/Themes/Classic.ini index 8451d6fd..d67b0111 100644 --- a/Themes/Classic.ini +++ b/Themes/Classic.ini @@ -320,7 +320,6 @@ TexY2=1 [SongStatic3] X =270 Y =120 -Z = 0.5 W =260 H =240 Color =Gray @@ -3837,4 +3836,171 @@ Font=1 Size=9 Align=1 Text= -Color=White \ No newline at end of file +Color=White + +# # # # OnScreen PopUp Error / Question Messages # # # # +[CheckPopup] +Texts=0 +Statics=3 + +[CheckPopupButton1] +X = 192 +Y = 327 +W = 128 +H = 50 +Tex =MainBar +Color = ColorDark +DColor = White +Int=1 +DInt=0.5 +Type=Font Black +Texts=1 +Z = 1 + +[CheckPopupButton1Text1] +X =64 +Y =13 +Color=White +Font =0 +Size =8 +Text=Yes +Align=1 +Z=1 + +[CheckPopupButton2] +X = 480 +Y = 327 +W = 128 +H = 50 +Tex =MainBar +Color = ColorDark +DColor = White +Int=1 +DInt=0.5 +Type=Font Black +Texts=1 +Z = 1 + +[CheckPopupButton2Text1] +X =64 +Y =13 +Color=White +Font =0 +Size =8 +Text=No +Align=1 +Z=1 + +[CheckPopupText] +X =400 +Y =226 +W =500 +Color=Black +Font =0 +Size =14 +Text= +Align=1 +Z=1 + +[CheckPopupStatic1] +Tex =PopUpBG +X =99 +Y =224 +W =602 +H =152 +Z =1 +Int=1 +Color =White +Type=Font Black + +[CheckPopupStatic2] +Tex =PopUpFG +X =99 +Y =224 +W =602 +H =152 +Z =1 +Int=1 +Color =Black +Type=Font Black + +[CheckPopupStatic3] +Tex =IconQuestion +X =124 +Y =235 +W =44 +H =44 +Z =1 +Int=1 +Color =Black +Type=Font Black + +[ErrorPopup] +Texts=1 +Statics=1 + +[ErrorPopupButton1] +X = 366 +Y = 342 +W = 27 +H = 23 +Tex =ButtonEnter +Color = White +DColor = White +Type=Plain +Texts=1 +Z = 1 + +[ErrorPopupButton1Text1] +X =32 +Y =0 +Color=Black +Font =0 +Size =10 +Text=OK +Align=0 +Z=0 + +[ErrorPopupText] +X =400 +Y =226 +W =500 +Color=Black +Font =0 +Size =14 +Text= +Align=1 +Z=1 + +[ErrorPopupStatic1] +Tex =PopUpBG +X =99 +Y =224 +W =602 +H =152 +Z =1 +Int=1 +Color =White +Type=Font Black + +[ErrorPopupStatic2] +Tex =PopUpFG +X =99 +Y =224 +W =602 +H =152 +Z =1 +Int=1 +Color =Black +Type=Font Black + +[ErrorPopupStatic3] +Tex =IconError +X =124 +Y =235 +W =44 +H =44 +Z =1 +Int=1 +Color =Black +Type=Font Black \ No newline at end of file -- cgit v1.2.3