diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-22 17:18:01 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-22 17:18:01 +0000 |
commit | 2ab5632e101af18810c288ad670ed130202605ad (patch) | |
tree | 621fa1f4f4b240e30df8a1b785f90d300d500991 | |
parent | dbeaec3a0e5a50c84b70b28ae00a368a3e6e98e9 (diff) | |
download | usdx-2ab5632e101af18810c288ad670ed130202605ad.tar.gz usdx-2ab5632e101af18810c288ad670ed130202605ad.tar.xz usdx-2ab5632e101af18810c288ad670ed130202605ad.zip |
Pause screen overlay works again, added it to the other skins too. Starting work on options screens, introducing better sprites for the select slide.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@971 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Skins/Deluxe/Fall.ini | 2 | ||||
-rw-r--r-- | Skins/Deluxe/Summer.ini | 2 | ||||
-rw-r--r-- | Skins/Deluxe/Winter.ini | 2 | ||||
-rw-r--r-- | Skins/Deluxe/[main]mainBar.png | bin | 4187 -> 184 bytes | |||
-rw-r--r-- | Skins/Deluxe/[main]selectbg.png | bin | 6217 -> 304 bytes | |||
-rw-r--r-- | Themes/Deluxe.ini | 10 |
6 files changed, 13 insertions, 3 deletions
diff --git a/Skins/Deluxe/Fall.ini b/Skins/Deluxe/Fall.ini index fe7f873b..d39a5241 100644 --- a/Skins/Deluxe/Fall.ini +++ b/Skins/Deluxe/Fall.ini @@ -178,7 +178,7 @@ NotePlainRight = [sing]notesPlainRight.png NoteBGLeft = [sing]notesBgLeft.png
NoteBGMid = [sing]notesBgMid.png
NoteBGRight = [sing]notesBgRight.png
-
+Pause = [sing]pause.png
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
diff --git a/Skins/Deluxe/Summer.ini b/Skins/Deluxe/Summer.ini index 40d37103..aa3d1ce9 100644 --- a/Skins/Deluxe/Summer.ini +++ b/Skins/Deluxe/Summer.ini @@ -178,7 +178,7 @@ NotePlainRight = [sing]notesPlainRight.png NoteBGLeft = [sing]notesBgLeft.png
NoteBGMid = [sing]notesBgMid.png
NoteBGRight = [sing]notesBgRight.png
-
+Pause = [sing]pause.png
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
diff --git a/Skins/Deluxe/Winter.ini b/Skins/Deluxe/Winter.ini index 124f7f71..44b96ada 100644 --- a/Skins/Deluxe/Winter.ini +++ b/Skins/Deluxe/Winter.ini @@ -179,7 +179,7 @@ NotePlainRight = [sing]notesPlainRight.png NoteBGLeft = [sing]notesBgLeft.png
NoteBGMid = [sing]notesBgMid.png
NoteBGRight = [sing]notesBgRight.png
-
+Pause = [sing]pause.png
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
diff --git a/Skins/Deluxe/[main]mainBar.png b/Skins/Deluxe/[main]mainBar.png Binary files differindex 87f09090..29239cb2 100644 --- a/Skins/Deluxe/[main]mainBar.png +++ b/Skins/Deluxe/[main]mainBar.png diff --git a/Skins/Deluxe/[main]selectbg.png b/Skins/Deluxe/[main]selectbg.png Binary files differindex d3b02dbb..aa1bb63c 100644 --- a/Skins/Deluxe/[main]selectbg.png +++ b/Skins/Deluxe/[main]selectbg.png diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 9405ca67..d0f7f6eb 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -7860,3 +7860,13 @@ Z =0.99 Int=1
Color =White
Type=Plain
+
+[PausePopUpStatic]
+Tex =Pause
+X =0
+Y =0
+W =800
+H =600
+Z =0.95
+Color =White
+Type=Colorized
\ No newline at end of file |