From 69d651dd5933520713ac0ecb4875f0e6702ba002 Mon Sep 17 00:00:00 2001 From: mogguh Date: Tue, 26 May 2009 23:01:19 +0000 Subject: 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 --- game/themes/Deluxe/Blue.ini | 3 +++ game/themes/Deluxe/[main]selectbg.png | Bin 260 -> 2969 bytes game/themes/Deluxe/interface/select_arrow_left.png | Bin 0 -> 485 bytes game/themes/Deluxe/interface/select_arrow_right.png | Bin 0 -> 485 bytes 4 files changed, 3 insertions(+) create mode 100644 game/themes/Deluxe/interface/select_arrow_left.png create mode 100644 game/themes/Deluxe/interface/select_arrow_right.png (limited to 'game/themes/Deluxe') 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 index 093be9a5..f1b69eca 100644 Binary files a/game/themes/Deluxe/[main]selectbg.png and b/game/themes/Deluxe/[main]selectbg.png differ diff --git a/game/themes/Deluxe/interface/select_arrow_left.png b/game/themes/Deluxe/interface/select_arrow_left.png new file mode 100644 index 00000000..e4a32d2d Binary files /dev/null and b/game/themes/Deluxe/interface/select_arrow_left.png differ diff --git a/game/themes/Deluxe/interface/select_arrow_right.png b/game/themes/Deluxe/interface/select_arrow_right.png new file mode 100644 index 00000000..b2a29793 Binary files /dev/null and b/game/themes/Deluxe/interface/select_arrow_right.png differ -- cgit v1.2.3