Jeck - Added theme substyles, which are chosen dynamically based on the player's deck composition. Also added lazy unit test for booster packs, though there should be a better way to framework this.
BIN
projects/mtg/bin/Res/themes/Gemstones/backdrop_black.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/backdrop_blue.jpg
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/backdrop_green.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/backdrop_red.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/backdrop_white.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/gold.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/goldglow.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/handback.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/handback_white.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle_black.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle_blue.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle_green.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle_red.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/menutitle_white.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/phasebar_black.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/phasebar_blue.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/phasebar_green.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/phasebar_red.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/phasebar_white.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/preview.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
43
projects/mtg/bin/Res/themes/Gemstones/style.txt
Normal file
@@ -0,0 +1,43 @@
|
||||
<activebg source="1">
|
||||
<case rule="color:g;">Jade</case>
|
||||
<case rule="color:r;">Jasper</case>
|
||||
<case rule="color:u;">Lapis</case>
|
||||
<case rule="color:b;">Jet</case>
|
||||
<case rule="color:w;">Moonstone</case>
|
||||
</activebg>
|
||||
|
||||
<style name="Jade">
|
||||
<wood.png>wood_green.png</wood.png>
|
||||
<backdrop.jpg>backdrop_green.jpg</backdrop.jpg>
|
||||
<menutitle.png>menutitle_green.png</menutitle.png>
|
||||
<phasebar.png>phasebar_green.png</phasebar.png>
|
||||
</style>
|
||||
|
||||
<style name="Jasper">
|
||||
<wood.png>wood_red.png</wood.png>
|
||||
<backdrop.jpg>backdrop_red.jpg</backdrop.jpg>
|
||||
<menutitle.png>menutitle_red.png</menutitle.png>
|
||||
<phasebar.png>phasebar_red.png</phasebar.png>
|
||||
</style>
|
||||
|
||||
<style name="Lapis">
|
||||
<wood.png>wood_blue.png</wood.png>
|
||||
<backdrop.jpg>backdrop_blue.jpg</backdrop.jpg>
|
||||
<menutitle.png>menutitle_blue.png</menutitle.png>
|
||||
<phasebar.png>phasebar_blue.png</phasebar.png>
|
||||
</style>
|
||||
|
||||
<style name="Jet">
|
||||
<wood.png>wood_black.png</wood.png>
|
||||
<backdrop.jpg>backdrop_black.jpg</backdrop.jpg>
|
||||
<menutitle.png>menutitle_black.png</menutitle.png>
|
||||
<phasebar.png>phasebar_black.png</phasebar.png>
|
||||
</style>
|
||||
|
||||
<style name="Moonstone">
|
||||
<wood.png>wood_white.png</wood.png>
|
||||
<backdrop.jpg>backdrop_white.jpg</backdrop.jpg>
|
||||
<handback.png>handback_white.png</handback.png>
|
||||
<phasebar.png>phasebar_white.png</phasebar.png>
|
||||
<menutitle.png>menutitle_white.png</menutitle.png>
|
||||
</style>
|
||||
5
projects/mtg/bin/Res/themes/Gemstones/themeinfo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Jeck
|
||||
|
||||
This is Gemstones, a theme based on semi-precious gemstones. It demonstrates the use of backdrop.txt to script backdrop selection.
|
||||
|
||||
See the forum at http://wololo.net/forum/ for more themes!
|
||||
BIN
projects/mtg/bin/Res/themes/Gemstones/wood_black.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/wood_blue.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/wood_green.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/wood_red.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
projects/mtg/bin/Res/themes/Gemstones/wood_white.png
Normal file
|
After Width: | Height: | Size: 25 KiB |