diff options
author | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-03 00:19:52 +0000 |
---|---|---|
committer | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-03 00:19:52 +0000 |
commit | 5bf0ebf274fef28811ab952338bd261bd1dd0fa8 (patch) | |
tree | f6271ebd739455d74a7e6e4abd535c7ad3413b33 /Themes | |
parent | 28b809432bd8064400bbc9a52a4e354debf86bb6 (diff) | |
download | usdx-5bf0ebf274fef28811ab952338bd261bd1dd0fa8.tar.gz usdx-5bf0ebf274fef28811ab952338bd261bd1dd0fa8.tar.xz usdx-5bf0ebf274fef28811ab952338bd261bd1dd0fa8.zip |
added "popups" to ask for confirmation when leaving party mode or game or to display messages (like minor errors)
still ugly, needs some theme work
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@157 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/Deluxe.ini | 163 |
1 files changed, 162 insertions, 1 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index f278491d..6e4376aa 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -27,6 +27,8 @@ GrayLight = 191 191 191 Gray = 127 127 127
GrayDark = 63 63 63
Black = 0 0 0
+GrayPopup = 51 51 51
+
[Loading]
Texts =2
@@ -6272,4 +6274,163 @@ ColG = 0.3 ColB = 0.3
Font = 0
Size = 8
-Text=
\ No newline at end of file +Text=
+
+[CheckPopup]
+Texts=1
+Statics=1
+
+[CheckPopupButton1]
+X = 294
+Y = 280
+W = 100
+H = 25
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Z = 1
+Texts=1
+
+[CheckPopupButton1Text1]
+X =50
+Y =0
+Color=White
+Font =0
+Size =8
+Text=JA
+Align=1
+Z=1
+
+[CheckPopupButton2]
+X = 426
+Y = 280
+W = 100
+H = 25
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Z = 1
+Texts=1
+
+[CheckPopupButton2Text1]
+X =50
+Y =0
+Color=White
+Font =0
+Size =8
+Text=NEIN
+Align=1
+Z=1
+
+[CheckPopupText]
+X =400
+Y =125
+Color=White
+Font =0
+Size =14
+Text=blabla
+Align=1
+Z=1
+
+[CheckPopupStatic1]
+Tex =SongMenuBG
+X =250
+Y =120
+W =300
+H =200
+Z =1
+Int=1
+Color =GrayPopup
+Type=Font Black
+
+[ErrorPopup]
+Texts=1
+Statics=1
+
+[ErrorPopupButton1]
+X = 350
+Y = 280
+W = 100
+H = 25
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Z = 1
+Texts=1
+
+[ErrorPopupButton1Text1]
+X =50
+Y =0
+Color=White
+Font =0
+Size =8
+Text=OK
+Align=1
+Z=1
+
+[ErrorPopupText1]
+X =400
+Y =125
+Color=White
+Font =0
+Size =14
+Text=error text line 1
+Align=1
+Z=1
+
+[ErrorPopupText2]
+X =400
+Y =150
+Color=White
+Font =0
+Size =14
+Text=error text line 2
+Align=1
+Z=1
+
+[ErrorPopupText3]
+X =400
+Y =175
+Color=White
+Font =0
+Size =14
+Text=error text line 3
+Align=1
+Z=1
+
+[ErrorPopupText4]
+X =400
+Y =200
+Color=White
+Font =0
+Size =14
+Text=error text line 4
+Align=1
+Z=1
+
+[ErrorPopupText5]
+X =400
+Y =225
+Color=White
+Font =0
+Size =14
+Text=error text line 5
+Align=1
+Z=1
+
+[ErrorPopupStatic1]
+Tex =SongMenuBG
+X =250
+Y =120
+W =300
+H =200
+Z =0.98
+Int=1
+Color =GrayPopup
+Type=Font Black
\ No newline at end of file |