diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-26 23:01:19 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-26 23:01:19 +0000 |
commit | 69d651dd5933520713ac0ecb4875f0e6702ba002 (patch) | |
tree | 5c0dc67caa574ea27d482aba5ed1de22495d35e4 /game/themes/Deluxe | |
parent | 0067683559bcdbc1f1937ad445cd297d23bac69b (diff) | |
download | usdx-69d651dd5933520713ac0ecb4875f0e6702ba002.tar.gz usdx-69d651dd5933520713ac0ecb4875f0e6702ba002.tar.xz usdx-69d651dd5933520713ac0ecb4875f0e6702ba002.zip |
Statics defined in theme don't necessarily need a width or height set, if omitted the the values from the texture itself will be used
SelectSlides may now have arrows and only one item set, default is off - view UScreenOptionsGame.pas as example on how to set this
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1783 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | game/themes/Deluxe/Blue.ini | 3 | ||||
-rw-r--r-- | game/themes/Deluxe/[main]selectbg.png | bin | 260 -> 2969 bytes | |||
-rw-r--r-- | game/themes/Deluxe/interface/select_arrow_left.png | bin | 0 -> 485 bytes | |||
-rw-r--r-- | game/themes/Deluxe/interface/select_arrow_right.png | bin | 0 -> 485 bytes |
4 files changed, 3 insertions, 0 deletions
diff --git a/game/themes/Deluxe/Blue.ini b/game/themes/Deluxe/Blue.ini index 30c68e3e..6cd2cb04 100644 --- a/game/themes/Deluxe/Blue.ini +++ b/game/themes/Deluxe/Blue.ini @@ -29,6 +29,9 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png +Select_ArrowLeft = interface/select_arrow_left.png +Select_ArrowRight = interface/select_arrow_right.png + #Backgrounds LoadingBG = [bg-load]blue.jpg MainBG = [bg-main]blue.jpg diff --git a/game/themes/Deluxe/[main]selectbg.png b/game/themes/Deluxe/[main]selectbg.png Binary files differindex 093be9a5..f1b69eca 100644 --- a/game/themes/Deluxe/[main]selectbg.png +++ b/game/themes/Deluxe/[main]selectbg.png diff --git a/game/themes/Deluxe/interface/select_arrow_left.png b/game/themes/Deluxe/interface/select_arrow_left.png Binary files differnew file mode 100644 index 00000000..e4a32d2d --- /dev/null +++ b/game/themes/Deluxe/interface/select_arrow_left.png diff --git a/game/themes/Deluxe/interface/select_arrow_right.png b/game/themes/Deluxe/interface/select_arrow_right.png Binary files differnew file mode 100644 index 00000000..b2a29793 --- /dev/null +++ b/game/themes/Deluxe/interface/select_arrow_right.png |