dynamic.xml 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!--
  3. Copyright (c) 2003-onwards Shaven Puppy Ltd
  4. All rights reserved.
  5. Redistribution and use in source and binary forms, with or without
  6. modification, are permitted provided that the following conditions are
  7. met:
  8. * Redistributions of source code must retain the above copyright
  9. notice, this list of conditions and the following disclaimer.
  10. * Redistributions in binary form must reproduce the above copyright
  11. notice, this list of conditions and the following disclaimer in the
  12. documentation and/or other materials provided with the distribution.
  13. * Neither the name of 'Shaven Puppy' nor the names of its contributors
  14. may be used to endorse or promote products derived from this software
  15. without specific prior written permission.
  16. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  17. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  18. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  19. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  20. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  21. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  22. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  23. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  24. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  25. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  26. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  27. -->
  28. <!-- Dynamic resources configuration file -->
  29. <resources>
  30. <!-- Load all the tags -->
  31. <include resource="tags.xml" />
  32. <!-- Translation -->
  33. <include resource="language.xml"/>
  34. <!-- Sound effects & other resources -->
  35. <instance
  36. class="worm.Res"
  37. />
  38. <instance
  39. class="worm.SFX"
  40. />
  41. <!-- Fonts -->
  42. <font
  43. name="tinyfont.glfont"
  44. url="classpath:tinyfont.jgfont"
  45. magmode="GL_LINEAR"
  46. minmode="GL_LINEAR"
  47. scale="0.5"
  48. />
  49. <font
  50. name="smallfont.glfont"
  51. url="classpath:smallfont.jgfont"
  52. magmode="GL_LINEAR"
  53. minmode="GL_LINEAR"
  54. scale="0.5"
  55. />
  56. <font
  57. name="bigfont.glfont"
  58. url="classpath:bigfont.jgfont"
  59. magmode="GL_LINEAR"
  60. minmode="GL_LINEAR"
  61. scale="0.5"
  62. />
  63. <!-- Messageboxes -->
  64. <texture
  65. name="hud_background.texture"
  66. url="classpath:widget.background.01.jgimage"
  67. dst="GL_RGBA"
  68. target="GL_TEXTURE_2D"
  69. min="GL_LINEAR"
  70. mag="GL_LINEAR"
  71. wrap="GL_FALSE"
  72. />
  73. <imagebank name="hud_background.imagebank" texture="hud_background.texture" defaultstyle="transparent.style">
  74. <spriteimage name="spriteimage.hud_background_bottom_left" x="0" y="0" w="28" h="28" hx="0" hy="0" />
  75. <spriteimage name="spriteimage.hud_background_bottom" x="28" y="0" w="8" h="28" hx="0" hy="0" />
  76. <spriteimage name="spriteimage.hud_background_bottom_right" x="36" y="0" w="28" h="28" hx="0" hy="0" />
  77. <spriteimage name="spriteimage.hud_background_left" x="0" y="28" w="28" h="8" hx="0" hy="0" />
  78. <spriteimage name="spriteimage.hud_background_middle" x="28" y="28" w="8" h="8" hx="0" hy="0" />
  79. <spriteimage name="spriteimage.hud_background_right" x="36" y="28" w="28" h="8" hx="0" hy="0" />
  80. <spriteimage name="spriteimage.hud_background_top_left" x="0" y="36" w="28" h="28" hx="0" hy="0" />
  81. <spriteimage name="spriteimage.hud_background_top" x="28" y="36" w="8" h="28" hx="0" hy="0" />
  82. <spriteimage name="spriteimage.hud_background_top_right" x="36" y="36" w="28" h="28" hx="0" hy="0" />
  83. </imagebank>
  84. <texture
  85. name="hud_background_closeable.texture"
  86. url="classpath:widget.background.closeable.01.jgimage"
  87. dst="GL_RGBA"
  88. target="GL_TEXTURE_2D"
  89. min="GL_LINEAR"
  90. mag="GL_LINEAR"
  91. wrap="GL_FALSE"
  92. />
  93. <imagebank name="hud_background_closeable.imagebank" texture="hud_background_closeable.texture" defaultstyle="transparent.style">
  94. <spriteimage name="spriteimage.hud_background_closeable_bottom_left" x="0" y="0" w="28" h="28" hx="0" hy="0" />
  95. <spriteimage name="spriteimage.hud_background_closeable_bottom" x="28" y="0" w="8" h="28" hx="0" hy="0" />
  96. <spriteimage name="spriteimage.hud_background_closeable_bottom_right" x="36" y="0" w="28" h="28" hx="0" hy="0" />
  97. <spriteimage name="spriteimage.hud_background_closeable_left" x="0" y="28" w="28" h="8" hx="0" hy="0" />
  98. <spriteimage name="spriteimage.hud_background_closeable_middle" x="28" y="28" w="8" h="8" hx="0" hy="0" />
  99. <spriteimage name="spriteimage.hud_background_closeable_right" x="36" y="28" w="28" h="8" hx="0" hy="0" />
  100. <spriteimage name="spriteimage.hud_background_closeable_top_left" x="0" y="36" w="28" h="28" hx="0" hy="0" />
  101. <spriteimage name="spriteimage.hud_background_closeable_top" x="28" y="36" w="8" h="28" hx="0" hy="0" />
  102. <spriteimage name="spriteimage.hud_background_closeable_top_right" x="36" y="36" w="28" h="28" hx="0" hy="0" />
  103. </imagebank>
  104. <texture
  105. name="hud_background_status.texture"
  106. url="classpath:widget.background.status.01.jgimage"
  107. dst="GL_RGBA"
  108. target="GL_TEXTURE_2D"
  109. min="GL_LINEAR"
  110. mag="GL_LINEAR"
  111. wrap="GL_FALSE"
  112. />
  113. <imagebank name="hud_background_status.imagebank" texture="hud_background_status.texture" defaultstyle="transparent.style">
  114. <spriteimage name="spriteimage.hud_background_status_bottom_left" x="0" y="0" w="28" h="28" hx="0" hy="0" />
  115. <spriteimage name="spriteimage.hud_background_status_bottom" x="28" y="0" w="8" h="28" hx="0" hy="0" />
  116. <spriteimage name="spriteimage.hud_background_status_bottom_right" x="36" y="0" w="28" h="28" hx="0" hy="0" />
  117. <spriteimage name="spriteimage.hud_background_status_left" x="0" y="28" w="28" h="8" hx="0" hy="0" />
  118. <spriteimage name="spriteimage.hud_background_status_middle" x="28" y="28" w="8" h="8" hx="0" hy="0" />
  119. <spriteimage name="spriteimage.hud_background_status_right" x="36" y="28" w="28" h="8" hx="0" hy="0" />
  120. <spriteimage name="spriteimage.hud_background_status_top_left" x="0" y="36" w="28" h="28" hx="0" hy="0" />
  121. <spriteimage name="spriteimage.hud_background_status_top" x="28" y="36" w="8" h="28" hx="0" hy="0" />
  122. <spriteimage name="spriteimage.hud_background_status_top_right" x="36" y="36" w="28" h="28" hx="0" hy="0" />
  123. </imagebank>
  124. <texture
  125. name="hud_background_glow.texture"
  126. url="classpath:widget.background.glow.01.jgimage"
  127. dst="GL_RGBA"
  128. target="GL_TEXTURE_2D"
  129. min="GL_LINEAR"
  130. mag="GL_LINEAR"
  131. wrap="GL_FALSE"
  132. />
  133. <imagebank name="hud_background_glow.imagebank" texture="hud_background_glow.texture" defaultstyle="transparent.style">
  134. <spriteimage name="spriteimage.hud_background_glow_bottom_left" x="0" y="0" w="28" h="28" hx="0" hy="0" />
  135. <spriteimage name="spriteimage.hud_background_glow_bottom" x="28" y="0" w="4" h="28" hx="0" hy="0" />
  136. <spriteimage name="spriteimage.hud_background_glow_bottom_right" x="32" y="0" w="28" h="28" hx="0" hy="0" />
  137. <spriteimage name="spriteimage.hud_background_glow_left" x="0" y="28" w="28" h="4" hx="0" hy="0" />
  138. <spriteimage name="spriteimage.hud_background_glow_middle" x="28" y="28" w="4" h="4" hx="0" hy="0" />
  139. <spriteimage name="spriteimage.hud_background_glow_right" x="32" y="28" w="28" h="4" hx="0" hy="0" />
  140. <spriteimage name="spriteimage.hud_background_glow_top_left" x="0" y="32" w="28" h="28" hx="0" hy="0" />
  141. <spriteimage name="spriteimage.hud_background_glow_top" x="28" y="32" w="4" h="28" hx="0" hy="0" />
  142. <spriteimage name="spriteimage.hud_background_glow_top_right" x="32" y="32" w="28" h="28" hx="0" hy="0" />
  143. </imagebank>
  144. <texture
  145. name="button_background.texture"
  146. url="classpath:widget.background.button.01.jgimage"
  147. dst="GL_RGBA"
  148. target="GL_TEXTURE_2D"
  149. min="GL_LINEAR"
  150. mag="GL_NEAREST"
  151. wrap="GL_FALSE"
  152. />
  153. <imagebank name="button_background.imagebank" texture="button_background.texture" defaultstyle="transparent.style">
  154. <spriteimage name="spriteimage.button_background_bottom_left" x="0" y="0" w="8" h="8" hx="0" hy="0" />
  155. <spriteimage name="spriteimage.button_background_bottom" x="8" y="0" w="16" h="8" hx="0" hy="0" />
  156. <spriteimage name="spriteimage.button_background_bottom_right" x="24" y="0" w="8" h="8" hx="0" hy="0" />
  157. <spriteimage name="spriteimage.button_background_left" x="0" y="8" w="8" h="2" hx="0" hy="0" />
  158. <spriteimage name="spriteimage.button_background_middle" x="8" y="8" w="16" h="16" hx="0" hy="0" />
  159. <spriteimage name="spriteimage.button_background_right" x="24" y="8" w="8" h="2" hx="0" hy="0" />
  160. <spriteimage name="spriteimage.button_background_top_left" x="0" y="24" w="8" h="8" hx="0" hy="0" />
  161. <spriteimage name="spriteimage.button_background_top" x="8" y="24" w="16" h="8" hx="0" hy="0" />
  162. <spriteimage name="spriteimage.button_background_top_right" x="24" y="24" w="8" h="8" hx="0" hy="0" />
  163. </imagebank>
  164. <texture
  165. name="research_item_background.texture"
  166. url="classpath:widget.background.research.01.jgimage"
  167. dst="GL_RGBA"
  168. target="GL_TEXTURE_2D"
  169. min="GL_LINEAR"
  170. mag="GL_NEAREST"
  171. wrap="GL_FALSE"
  172. />
  173. <imagebank name="research_item_background.imagebank" texture="research_item_background.texture" defaultstyle="transparent.style">
  174. <spriteimage name="spriteimage.research_item_background_bottom_left" x="0" y="0" w="14" h="14" hx="0" hy="0" />
  175. <spriteimage name="spriteimage.research_item_background_bottom" x="14" y="0" w="4" h="14" hx="0" hy="0" />
  176. <spriteimage name="spriteimage.research_item_background_bottom_right" x="18" y="0" w="14" h="14" hx="0" hy="0" />
  177. <spriteimage name="spriteimage.research_item_background_left" x="0" y="14" w="14" h="4" hx="0" hy="0" />
  178. <spriteimage name="spriteimage.research_item_background_middle" x="14" y="14" w="4" h="4" hx="0" hy="0" />
  179. <spriteimage name="spriteimage.research_item_background_right" x="18" y="14" w="14" h="4" hx="0" hy="0" />
  180. <spriteimage name="spriteimage.research_item_background_top_left" x="0" y="18" w="14" h="14" hx="0" hy="0" />
  181. <spriteimage name="spriteimage.research_item_background_top" x="14" y="18" w="4" h="14" hx="0" hy="0" />
  182. <spriteimage name="spriteimage.research_item_background_top_right" x="18" y="18" w="14" h="14" hx="0" hy="0" />
  183. </imagebank>
  184. <texture
  185. name="button_square_background.texture"
  186. url="classpath:widget.background.button.square.01.jgimage"
  187. dst="GL_RGBA"
  188. target="GL_TEXTURE_2D"
  189. min="GL_LINEAR"
  190. mag="GL_NEAREST"
  191. wrap="GL_FALSE"
  192. />
  193. <imagebank name="button_square_background.imagebank" texture="button_square_background.texture" defaultstyle="transparent.style">
  194. <spriteimage name="spriteimage.button_square_background_bottom_left" x="0" y="0" w="8" h="8" hx="0" hy="0" />
  195. <spriteimage name="spriteimage.button_square_background_bottom" x="8" y="0" w="16" h="8" hx="0" hy="0" />
  196. <spriteimage name="spriteimage.button_square_background_bottom_right" x="24" y="0" w="8" h="8" hx="0" hy="0" />
  197. <spriteimage name="spriteimage.button_square_background_left" x="0" y="8" w="8" h="16" hx="0" hy="0" />
  198. <spriteimage name="spriteimage.button_square_background_middle" x="8" y="8" w="16" h="16" hx="0" hy="0" />
  199. <spriteimage name="spriteimage.button_square_background_right" x="24" y="8" w="8" h="16" hx="0" hy="0" />
  200. <spriteimage name="spriteimage.button_square_background_top_left" x="0" y="24" w="8" h="8" hx="0" hy="0" />
  201. <spriteimage name="spriteimage.button_square_background_top" x="8" y="24" w="16" h="8" hx="0" hy="0" />
  202. <spriteimage name="spriteimage.button_square_background_top_right" x="24" y="24" w="8" h="8" hx="0" hy="0" />
  203. </imagebank>
  204. <texture
  205. name="textfieldbackground.texture"
  206. url="classpath:widget.background.textfield.01.jgimage"
  207. dst="GL_RGBA"
  208. target="GL_TEXTURE_2D"
  209. min="GL_LINEAR"
  210. mag="GL_NEAREST"
  211. wrap="GL_FALSE"
  212. />
  213. <imagebank name="textfieldbackground.imagebank" texture="textfieldbackground.texture" defaultstyle="transparent.style">
  214. <spriteimage name="spriteimage.textfieldbackground_bottom_left" x="0" y="0" w="6" h="6" hx="0" hy="0" />
  215. <spriteimage name="spriteimage.textfieldbackground_bottom" x="6" y="0" w="4" h="6" hx="0" hy="0" />
  216. <spriteimage name="spriteimage.textfieldbackground_bottom_right" x="10" y="0" w="6" h="6" hx="0" hy="0" />
  217. <spriteimage name="spriteimage.textfieldbackground_left" x="0" y="6" w="6" h="4" hx="0" hy="0" />
  218. <spriteimage name="spriteimage.textfieldbackground_middle" x="6" y="6" w="4" h="4" hx="0" hy="0" />
  219. <spriteimage name="spriteimage.textfieldbackground_right" x="10" y="6" w="6" h="4" hx="0" hy="0" />
  220. <spriteimage name="spriteimage.textfieldbackground_top_left" x="0" y="10" w="6" h="6" hx="0" hy="0" />
  221. <spriteimage name="spriteimage.textfieldbackground_top" x="6" y="10" w="4" h="6" hx="0" hy="0" />
  222. <spriteimage name="spriteimage.textfieldbackground_top_right" x="10" y="10" w="6" h="6" hx="0" hy="0" />
  223. </imagebank>
  224. <texture
  225. name="line_background.texture"
  226. url="classpath:widget.background.line.01.jgimage"
  227. dst="GL_RGBA"
  228. target="GL_TEXTURE_2D"
  229. min="GL_LINEAR"
  230. mag="GL_NEAREST"
  231. wrap="GL_FALSE"
  232. />
  233. <imagebank name="line_background.imagebank" texture="line_background.texture" defaultstyle="transparent.style">
  234. <spriteimage name="spriteimage.line_background_bottom_left" x="0" y="0" w="3" h="3" hx="0" hy="0" offset="false"/>
  235. <spriteimage name="spriteimage.line_background_bottom" x="3" y="0" w="2" h="3" hx="0" hy="0" offset="false"/>
  236. <spriteimage name="spriteimage.line_background_bottom_right" x="5" y="0" w="3" h="3" hx="0" hy="0" offset="false"/>
  237. <spriteimage name="spriteimage.line_background_left" x="0" y="3" w="3" h="2" hx="0" hy="0" offset="false"/>
  238. <spriteimage name="spriteimage.line_background_middle" x="3" y="3" w="2" h="2" hx="0" hy="0" offset="false"/>
  239. <spriteimage name="spriteimage.line_background_right" x="5" y="3" w="3" h="2" hx="0" hy="0" offset="false"/>
  240. <spriteimage name="spriteimage.line_background_top_left" x="0" y="5" w="3" h="3" hx="0" hy="0" offset="false"/>
  241. <spriteimage name="spriteimage.line_background_top" x="3" y="5" w="2" h="3" hx="0" hy="0" offset="false"/>
  242. <spriteimage name="spriteimage.line_background_top_right" x="5" y="5" w="3" h="3" hx="0" hy="0" offset="false"/>
  243. </imagebank>
  244. <texture
  245. name="bar_background.texture"
  246. url="classpath:widget.background.bar.01.jgimage"
  247. dst="GL_RGBA"
  248. target="GL_TEXTURE_2D"
  249. min="GL_LINEAR"
  250. mag="GL_NEAREST"
  251. wrap="GL_FALSE"
  252. />
  253. <imagebank name="bar_background.imagebank" texture="bar_background.texture" defaultstyle="transparent.style">
  254. <spriteimage name="spriteimage.bar_background_bottom_left" x="0" y="0" w="4" h="4" hx="0" hy="0" offset="false" />
  255. <spriteimage name="spriteimage.bar_background_bottom" x="4" y="0" w="2" h="4" hx="0" hy="0" offset="false" />
  256. <spriteimage name="spriteimage.bar_background_bottom_right" x="12" y="0" w="4" h="4" hx="0" hy="0" offset="false" />
  257. <spriteimage name="spriteimage.bar_background_left" x="0" y="4" w="4" h="2" hx="0" hy="0" offset="false" />
  258. <spriteimage name="spriteimage.bar_background_middle" x="4" y="4" w="2" h="2" hx="0" hy="0" offset="false" />
  259. <spriteimage name="spriteimage.bar_background_right" x="12" y="4" w="4" h="2" hx="0" hy="0" offset="false" />
  260. <spriteimage name="spriteimage.bar_background_top_left" x="0" y="12" w="4" h="4" hx="0" hy="0" offset="false" />
  261. <spriteimage name="spriteimage.bar_background_top" x="4" y="12" w="2" h="4" hx="0" hy="0" offset="false" />
  262. <spriteimage name="spriteimage.bar_background_top_right" x="12" y="12" w="4" h="4" hx="0" hy="0" offset="false" />
  263. </imagebank>
  264. <texture
  265. name="alert_message_background.texture"
  266. url="classpath:widget.background.alert.message.01.jgimage"
  267. dst="GL_RGBA"
  268. target="GL_TEXTURE_2D"
  269. min="GL_LINEAR"
  270. mag="GL_NEAREST"
  271. wrap="GL_FALSE"
  272. />
  273. <imagebank name="alert_message_background.imagebank" texture="alert_message_background.texture" defaultstyle="transparent.style">
  274. <spriteimage name="spriteimage.alert_message_background_bottom_left" x="0" y="0" w="18" h="15" hx="0" hy="0" offset="false" />
  275. <spriteimage name="spriteimage.alert_message_background_bottom" x="18" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  276. <spriteimage name="spriteimage.alert_message_background_bottom_right" x="19" y="0" w="16" h="15" hx="0" hy="0" offset="false" />
  277. <spriteimage name="spriteimage.alert_message_background_left" x="0" y="15" w="18" h="1" hx="0" hy="0" offset="false" />
  278. <spriteimage name="spriteimage.alert_message_background_middle" x="18" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  279. <spriteimage name="spriteimage.alert_message_background_right" x="19" y="15" w="16" h="1" hx="0" hy="0" offset="false" />
  280. <spriteimage name="spriteimage.alert_message_background_top_left" x="0" y="16" w="18" h="16" hx="0" hy="0" offset="false" />
  281. <spriteimage name="spriteimage.alert_message_background_top" x="18" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  282. <spriteimage name="spriteimage.alert_message_background_top_right" x="19" y="16" w="16" h="16" hx="0" hy="0" offset="false" />
  283. </imagebank>
  284. <texture
  285. name="alert_message_glow_background.texture"
  286. url="classpath:widget.background.alert.message.glow.01.jgimage"
  287. dst="GL_RGBA"
  288. target="GL_TEXTURE_2D"
  289. min="GL_LINEAR"
  290. mag="GL_NEAREST"
  291. wrap="GL_FALSE"
  292. />
  293. <imagebank name="alert_message_glow_background.imagebank" texture="alert_message_glow_background.texture" defaultstyle="transparent.style">
  294. <spriteimage name="spriteimage.alert_message_glow_background_bottom_left" x="0" y="0" w="18" h="15" hx="0" hy="0" offset="false" />
  295. <spriteimage name="spriteimage.alert_message_glow_background_bottom" x="18" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  296. <spriteimage name="spriteimage.alert_message_glow_background_bottom_right" x="19" y="0" w="16" h="15" hx="0" hy="0" offset="false" />
  297. <spriteimage name="spriteimage.alert_message_glow_background_left" x="0" y="15" w="18" h="1" hx="0" hy="0" offset="false" />
  298. <spriteimage name="spriteimage.alert_message_glow_background_middle" x="18" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  299. <spriteimage name="spriteimage.alert_message_glow_background_right" x="19" y="15" w="16" h="1" hx="0" hy="0" offset="false" />
  300. <spriteimage name="spriteimage.alert_message_glow_background_top_left" x="0" y="16" w="18" h="16" hx="0" hy="0" offset="false" />
  301. <spriteimage name="spriteimage.alert_message_glow_background_top" x="18" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  302. <spriteimage name="spriteimage.alert_message_glow_background_top_right" x="19" y="16" w="16" h="16" hx="0" hy="0" offset="false" />
  303. </imagebank>
  304. <texture
  305. name="ffwd_background.texture"
  306. url="classpath:widget.background.ffwd.01.jgimage"
  307. dst="GL_RGBA"
  308. target="GL_TEXTURE_2D"
  309. min="GL_LINEAR"
  310. mag="GL_NEAREST"
  311. wrap="GL_FALSE"
  312. />
  313. <imagebank name="ffwd_background.imagebank" texture="ffwd_background.texture" defaultstyle="transparent.style">
  314. <spriteimage name="spriteimage.ffwd_background_bottom_left" x="0" y="0" w="18" h="15" hx="0" hy="0" offset="false" />
  315. <spriteimage name="spriteimage.ffwd_background_bottom" x="18" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  316. <spriteimage name="spriteimage.ffwd_background_bottom_right" x="19" y="0" w="16" h="15" hx="0" hy="0" offset="false" />
  317. <spriteimage name="spriteimage.ffwd_background_left" x="0" y="15" w="18" h="1" hx="0" hy="0" offset="false" />
  318. <spriteimage name="spriteimage.ffwd_background_middle" x="18" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  319. <spriteimage name="spriteimage.ffwd_background_right" x="19" y="15" w="16" h="1" hx="0" hy="0" offset="false" />
  320. <spriteimage name="spriteimage.ffwd_background_top_left" x="0" y="16" w="18" h="16" hx="0" hy="0" offset="false" />
  321. <spriteimage name="spriteimage.ffwd_background_top" x="18" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  322. <spriteimage name="spriteimage.ffwd_background_top_right" x="19" y="16" w="16" h="16" hx="0" hy="0" offset="false" />
  323. </imagebank>
  324. <texture
  325. name="ffwd_glow_background.texture"
  326. url="classpath:widget.background.ffwd.glow.01.jgimage"
  327. dst="GL_RGBA"
  328. target="GL_TEXTURE_2D"
  329. min="GL_LINEAR"
  330. mag="GL_NEAREST"
  331. wrap="GL_FALSE"
  332. />
  333. <imagebank name="ffwd_glow_background.imagebank" texture="ffwd_glow_background.texture" defaultstyle="transparent.style">
  334. <spriteimage name="spriteimage.ffwd_glow_background_bottom_left" x="0" y="0" w="18" h="15" hx="0" hy="0" offset="false" />
  335. <spriteimage name="spriteimage.ffwd_glow_background_bottom" x="18" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  336. <spriteimage name="spriteimage.ffwd_glow_background_bottom_right" x="19" y="0" w="16" h="15" hx="0" hy="0" offset="false" />
  337. <spriteimage name="spriteimage.ffwd_glow_background_left" x="0" y="15" w="18" h="1" hx="0" hy="0" offset="false" />
  338. <spriteimage name="spriteimage.ffwd_glow_background_middle" x="18" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  339. <spriteimage name="spriteimage.ffwd_glow_background_right" x="19" y="15" w="16" h="1" hx="0" hy="0" offset="false" />
  340. <spriteimage name="spriteimage.ffwd_glow_background_top_left" x="0" y="16" w="18" h="16" hx="0" hy="0" offset="false" />
  341. <spriteimage name="spriteimage.ffwd_glow_background_top" x="18" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  342. <spriteimage name="spriteimage.ffwd_glow_background_top_right" x="19" y="16" w="16" h="16" hx="0" hy="0" offset="false" />
  343. </imagebank>
  344. <texture
  345. name="message_buildinfo_background.texture"
  346. url="classpath:widget.background.buildinfo.01.jgimage"
  347. dst="GL_RGBA"
  348. target="GL_TEXTURE_2D"
  349. min="GL_LINEAR"
  350. mag="GL_NEAREST"
  351. wrap="GL_FALSE"
  352. />
  353. <imagebank name="message_buildinfo_background.imagebank" texture="message_buildinfo_background.texture" defaultstyle="transparent.style">
  354. <spriteimage name="spriteimage.message_buildinfo_background_bottom_left" x="0" y="0" w="12" h="12" hx="0" hy="0" offset="false" />
  355. <spriteimage name="spriteimage.message_buildinfo_background_bottom" x="12" y="0" w="2" h="12" hx="0" hy="0" offset="false" />
  356. <spriteimage name="spriteimage.message_buildinfo_background_bottom_right" x="27" y="0" w="12" h="12" hx="0" hy="0" offset="false" />
  357. <spriteimage name="spriteimage.message_buildinfo_background_left" x="0" y="12" w="12" h="2" hx="0" hy="0" offset="false" />
  358. <spriteimage name="spriteimage.message_buildinfo_background_middle" x="12" y="12" w="2" h="2" hx="0" hy="0" offset="false" />
  359. <spriteimage name="spriteimage.message_buildinfo_background_right" x="27" y="12" w="12" h="2" hx="0" hy="0" offset="false" />
  360. <spriteimage name="spriteimage.message_buildinfo_background_top_left" x="0" y="20" w="12" h="12" hx="0" hy="0" offset="false" />
  361. <spriteimage name="spriteimage.message_buildinfo_background_top" x="12" y="20" w="2" h="12" hx="0" hy="0" offset="false" />
  362. <spriteimage name="spriteimage.message_buildinfo_background_top_right" x="27" y="20" w="12" h="12" hx="0" hy="0" offset="false" />
  363. </imagebank>
  364. <texture
  365. name="message_buildinfo_glow_background.texture"
  366. url="classpath:widget.background.buildinfo.glow.01.jgimage"
  367. dst="GL_RGBA"
  368. target="GL_TEXTURE_2D"
  369. min="GL_LINEAR"
  370. mag="GL_NEAREST"
  371. wrap="GL_FALSE"
  372. />
  373. <imagebank name="message_buildinfo_glow_background.imagebank" texture="message_buildinfo_glow_background.texture" defaultstyle="transparent.style">
  374. <spriteimage name="spriteimage.message_buildinfo_glow_background_bottom_left" x="0" y="0" w="12" h="12" hx="0" hy="0" offset="false" />
  375. <spriteimage name="spriteimage.message_buildinfo_glow_background_bottom" x="12" y="0" w="2" h="12" hx="0" hy="0" offset="false" />
  376. <spriteimage name="spriteimage.message_buildinfo_glow_background_bottom_right" x="27" y="0" w="12" h="12" hx="0" hy="0" offset="false" />
  377. <spriteimage name="spriteimage.message_buildinfo_glow_background_left" x="0" y="12" w="12" h="2" hx="0" hy="0" offset="false" />
  378. <spriteimage name="spriteimage.message_buildinfo_glow_background_middle" x="12" y="12" w="2" h="2" hx="0" hy="0" offset="false" />
  379. <spriteimage name="spriteimage.message_buildinfo_glow_background_right" x="27" y="12" w="12" h="2" hx="0" hy="0" offset="false" />
  380. <spriteimage name="spriteimage.message_buildinfo_glow_background_top_left" x="0" y="20" w="12" h="12" hx="0" hy="0" offset="false" />
  381. <spriteimage name="spriteimage.message_buildinfo_glow_background_top" x="12" y="20" w="2" h="12" hx="0" hy="0" offset="false" />
  382. <spriteimage name="spriteimage.message_buildinfo_glow_background_top_right" x="27" y="20" w="12" h="12" hx="0" hy="0" offset="false" />
  383. </imagebank>
  384. <texture
  385. name="message_quicklaunch_background.texture"
  386. url="classpath:widget.background.quicklaunch.01.jgimage"
  387. dst="GL_RGBA"
  388. target="GL_TEXTURE_2D"
  389. min="GL_LINEAR"
  390. mag="GL_NEAREST"
  391. wrap="GL_FALSE"
  392. />
  393. <imagebank name="message_quicklaunch_background.imagebank" texture="message_quicklaunch_background.texture" defaultstyle="transparent.style">
  394. <spriteimage name="spriteimage.message_quicklaunch_background_bottom_left" x="0" y="0" w="15" h="15" hx="0" hy="0" offset="false" />
  395. <spriteimage name="spriteimage.message_quicklaunch_background_bottom" x="15" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  396. <spriteimage name="spriteimage.message_quicklaunch_background_bottom_right" x="16" y="0" w="22" h="15" hx="0" hy="0" offset="false" />
  397. <spriteimage name="spriteimage.message_quicklaunch_background_left" x="0" y="15" w="15" h="1" hx="0" hy="0" offset="false" />
  398. <spriteimage name="spriteimage.message_quicklaunch_background_middle" x="15" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  399. <spriteimage name="spriteimage.message_quicklaunch_background_right" x="16" y="15" w="22" h="1" hx="0" hy="0" offset="false" />
  400. <spriteimage name="spriteimage.message_quicklaunch_background_top_left" x="0" y="16" w="15" h="16" hx="0" hy="0" offset="false" />
  401. <spriteimage name="spriteimage.message_quicklaunch_background_top" x="15" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  402. <spriteimage name="spriteimage.message_quicklaunch_background_top_right" x="16" y="16" w="22" h="16" hx="0" hy="0" offset="false" />
  403. </imagebank>
  404. <texture
  405. name="message_quicklaunch_glow_background.texture"
  406. url="classpath:widget.background.quicklaunch.glow.01.jgimage"
  407. dst="GL_RGBA"
  408. target="GL_TEXTURE_2D"
  409. min="GL_LINEAR"
  410. mag="GL_NEAREST"
  411. wrap="GL_FALSE"
  412. />
  413. <imagebank name="message_quicklaunch_glow_background.imagebank" texture="message_quicklaunch_glow_background.texture" defaultstyle="transparent.style">
  414. <spriteimage name="spriteimage.message_quicklaunch_glow_background_bottom_left" x="0" y="0" w="15" h="15" hx="0" hy="0" offset="false" />
  415. <spriteimage name="spriteimage.message_quicklaunch_glow_background_bottom" x="15" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  416. <spriteimage name="spriteimage.message_quicklaunch_glow_background_bottom_right" x="16" y="0" w="22" h="15" hx="0" hy="0" offset="false" />
  417. <spriteimage name="spriteimage.message_quicklaunch_glow_background_left" x="0" y="15" w="15" h="1" hx="0" hy="0" offset="false" />
  418. <spriteimage name="spriteimage.message_quicklaunch_glow_background_middle" x="15" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  419. <spriteimage name="spriteimage.message_quicklaunch_glow_background_right" x="16" y="15" w="22" h="1" hx="0" hy="0" offset="false" />
  420. <spriteimage name="spriteimage.message_quicklaunch_glow_background_top_left" x="0" y="16" w="15" h="16" hx="0" hy="0" offset="false" />
  421. <spriteimage name="spriteimage.message_quicklaunch_glow_background_top" x="15" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  422. <spriteimage name="spriteimage.message_quicklaunch_glow_background_top_right" x="16" y="16" w="22" h="16" hx="0" hy="0" offset="false" />
  423. </imagebank>
  424. <texture
  425. name="message_quicklaunch_powerup_background.texture"
  426. url="classpath:widget.background.powerup.quicklaunch.01.jgimage"
  427. dst="GL_RGBA"
  428. target="GL_TEXTURE_2D"
  429. min="GL_LINEAR"
  430. mag="GL_NEAREST"
  431. wrap="GL_FALSE"
  432. />
  433. <imagebank name="message_quicklaunch_powerup_background.imagebank" texture="message_quicklaunch_powerup_background.texture" defaultstyle="transparent.style">
  434. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_bottom_left" x="0" y="0" w="15" h="15" hx="0" hy="0" offset="false" />
  435. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_bottom" x="15" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  436. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_bottom_right" x="16" y="0" w="22" h="15" hx="0" hy="0" offset="false" />
  437. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_left" x="0" y="15" w="15" h="1" hx="0" hy="0" offset="false" />
  438. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_middle" x="15" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  439. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_right" x="16" y="15" w="22" h="1" hx="0" hy="0" offset="false" />
  440. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_top_left" x="0" y="16" w="15" h="16" hx="0" hy="0" offset="false" />
  441. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_top" x="15" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  442. <spriteimage name="spriteimage.message_quicklaunch_powerup_background_top_right" x="16" y="16" w="22" h="16" hx="0" hy="0" offset="false" />
  443. </imagebank>
  444. <texture
  445. name="message_quicklaunch_powerup_glow_background.texture"
  446. url="classpath:widget.background.powerup.quicklaunch.glow.01.jgimage"
  447. dst="GL_RGBA"
  448. target="GL_TEXTURE_2D"
  449. min="GL_LINEAR"
  450. mag="GL_NEAREST"
  451. wrap="GL_FALSE"
  452. />
  453. <imagebank name="message_quicklaunch_powerup_glow_background.imagebank" texture="message_quicklaunch_powerup_glow_background.texture" defaultstyle="transparent.style">
  454. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_bottom_left" x="0" y="0" w="15" h="15" hx="0" hy="0" offset="false" />
  455. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_bottom" x="15" y="0" w="1" h="15" hx="0" hy="0" offset="false" />
  456. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_bottom_right" x="16" y="0" w="22" h="15" hx="0" hy="0" offset="false" />
  457. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_left" x="0" y="15" w="15" h="1" hx="0" hy="0" offset="false" />
  458. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_middle" x="15" y="15" w="1" h="1" hx="0" hy="0" offset="false" />
  459. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_right" x="16" y="15" w="22" h="1" hx="0" hy="0" offset="false" />
  460. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_top_left" x="0" y="16" w="15" h="16" hx="0" hy="0" offset="false" />
  461. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_top" x="15" y="16" w="1" h="16" hx="0" hy="0" offset="false" />
  462. <spriteimage name="spriteimage.message_quicklaunch_powerup_glow_background_top_right" x="16" y="16" w="22" h="16" hx="0" hy="0" offset="false" />
  463. </imagebank>
  464. <texture
  465. name="proximity.texture"
  466. url="classpath:widget.proximity.01.jgimage"
  467. dst="GL_RGBA"
  468. target="GL_TEXTURE_2D"
  469. min="GL_LINEAR"
  470. mag="GL_NEAREST"
  471. wrap="GL_FALSE"
  472. />
  473. <imagebank name="proximity.imagebank" texture="proximity.texture" defaultstyle="transparent.style">
  474. <spriteimage name="spriteimage.proximity_bottom_left" x="0" y="0" w="8" h="3" hx="0" hy="0" />
  475. <spriteimage name="spriteimage.proximity_bottom" x="8" y="0" w="1" h="3" hx="0" hy="0" />
  476. <spriteimage name="spriteimage.proximity_bottom_right" x="9" y="0" w="7" h="3" hx="0" hy="0" />
  477. <spriteimage name="spriteimage.proximity_left" x="0" y="3" w="8" h="2" hx="0" hy="0" />
  478. <spriteimage name="spriteimage.proximity_middle" x="8" y="3" w="1" h="2" hx="0" hy="0" />
  479. <spriteimage name="spriteimage.proximity_right" x="9" y="3" w="7" h="2" hx="0" hy="0" />
  480. <spriteimage name="spriteimage.proximity_top_left" x="0" y="5" w="8" h="3" hx="0" hy="0" />
  481. <spriteimage name="spriteimage.proximity_top" x="8" y="5" w="1" h="3" hx="0" hy="0" />
  482. <spriteimage name="spriteimage.proximity_top_right" x="9" y="5" w="7" h="3" hx="0" hy="0" />
  483. </imagebank>
  484. <widgetbackground
  485. name="textfield_background"
  486. bottom_left="spriteimage.textfieldbackground_bottom_left"
  487. bottom="spriteimage.textfieldbackground_bottom"
  488. bottom_right="spriteimage.textfieldbackground_bottom_right"
  489. left="spriteimage.textfieldbackground_left"
  490. middle="spriteimage.textfieldbackground_middle"
  491. right="spriteimage.textfieldbackground_right"
  492. top_left="spriteimage.textfieldbackground_top_left"
  493. top="spriteimage.textfieldbackground_top"
  494. top_right="spriteimage.textfieldbackground_top_right"
  495. color="255,255,255,255"
  496. />
  497. <widgetbackground
  498. name="hud_background"
  499. bottom_left="spriteimage.hud_background_bottom_left"
  500. bottom="spriteimage.hud_background_bottom"
  501. bottom_right="spriteimage.hud_background_bottom_right"
  502. left="spriteimage.hud_background_left"
  503. middle="spriteimage.hud_background_middle"
  504. right="spriteimage.hud_background_right"
  505. top_left="spriteimage.hud_background_top_left"
  506. top="spriteimage.hud_background_top"
  507. top_right="spriteimage.hud_background_top_right"
  508. color="255,255,255,255"
  509. />
  510. <widgetbackground
  511. name="hud_background_closeable"
  512. bottom_left="spriteimage.hud_background_closeable_bottom_left"
  513. bottom="spriteimage.hud_background_closeable_bottom"
  514. bottom_right="spriteimage.hud_background_closeable_bottom_right"
  515. left="spriteimage.hud_background_closeable_left"
  516. middle="spriteimage.hud_background_closeable_middle"
  517. right="spriteimage.hud_background_closeable_right"
  518. top_left="spriteimage.hud_background_closeable_top_left"
  519. top="spriteimage.hud_background_closeable_top"
  520. top_right="spriteimage.hud_background_closeable_top_right"
  521. color="255,255,255,255"
  522. />
  523. <widgetbackground
  524. name="hud_background_status"
  525. bottom_left="spriteimage.hud_background_status_bottom_left"
  526. bottom="spriteimage.hud_background_status_bottom"
  527. bottom_right="spriteimage.hud_background_status_bottom_right"
  528. left="spriteimage.hud_background_status_left"
  529. middle="spriteimage.hud_background_status_middle"
  530. right="spriteimage.hud_background_status_right"
  531. top_left="spriteimage.hud_background_status_top_left"
  532. top="spriteimage.hud_background_status_top"
  533. top_right="spriteimage.hud_background_status_top_right"
  534. color="255,255,255,255"
  535. />
  536. <widgetbackground
  537. name="hud_background_glow"
  538. bottom_left="spriteimage.hud_background_glow_bottom_left"
  539. bottom="spriteimage.hud_background_glow_bottom"
  540. bottom_right="spriteimage.hud_background_glow_bottom_right"
  541. left="spriteimage.hud_background_glow_left"
  542. middle="spriteimage.hud_background_glow_middle"
  543. right="spriteimage.hud_background_glow_right"
  544. top_left="spriteimage.hud_background_glow_top_left"
  545. top="spriteimage.hud_background_glow_top"
  546. top_right="spriteimage.hud_background_glow_top_right"
  547. color="255,255,255,255"
  548. />
  549. <widgetbackground
  550. name="button_background"
  551. bottom_left="spriteimage.button_background_bottom_left"
  552. bottom="spriteimage.button_background_bottom"
  553. bottom_right="spriteimage.button_background_bottom_right"
  554. left="spriteimage.button_background_left"
  555. middle="spriteimage.button_background_middle"
  556. right="spriteimage.button_background_right"
  557. top_left="spriteimage.button_background_top_left"
  558. top="spriteimage.button_background_top"
  559. top_right="spriteimage.button_background_top_right"
  560. />
  561. <widgetbackground
  562. name="research_item_background"
  563. bottom_left="spriteimage.research_item_background_bottom_left"
  564. bottom="spriteimage.research_item_background_bottom"
  565. bottom_right="spriteimage.research_item_background_bottom_right"
  566. left="spriteimage.research_item_background_left"
  567. middle="spriteimage.research_item_background_middle"
  568. right="spriteimage.research_item_background_right"
  569. top_left="spriteimage.research_item_background_top_left"
  570. top="spriteimage.research_item_background_top"
  571. top_right="spriteimage.research_item_background_top_right"
  572. />
  573. <widgetbackground
  574. name="button_tab_background"
  575. bottom_left="spriteimage.button_square_background_bottom_left"
  576. bottom="spriteimage.button_background_bottom"
  577. bottom_right="spriteimage.button_square_background_bottom_right"
  578. left="spriteimage.button_background_left"
  579. middle="spriteimage.button_background_middle"
  580. right="spriteimage.button_background_right"
  581. top_left="spriteimage.button_background_top_left"
  582. top="spriteimage.button_background_top"
  583. top_right="spriteimage.button_background_top_right"
  584. />
  585. <widgetbackground
  586. name="message_title_background"
  587. bottom_left="spriteimage.hud_background_bottom_left"
  588. bottom="spriteimage.hud_background_bottom"
  589. bottom_right="spriteimage.hud_background_bottom_right"
  590. left="spriteimage.hud_background_left"
  591. middle="spriteimage.hud_background_middle"
  592. right="spriteimage.hud_background_right"
  593. top_left="spriteimage.hud_background_top_left"
  594. top="spriteimage.hud_background_top"
  595. top_right="spriteimage.hud_background_top_right"
  596. color="251,42,155,224"
  597. />
  598. <widgetbackground
  599. name="message_body_background"
  600. bottom_left="spriteimage.hud_background_bottom_left"
  601. bottom="spriteimage.hud_background_bottom"
  602. bottom_right="spriteimage.hud_background_bottom_right"
  603. left="spriteimage.hud_background_left"
  604. middle="spriteimage.hud_background_middle"
  605. right="spriteimage.hud_background_right"
  606. top_left="spriteimage.hud_background_top_left"
  607. top="spriteimage.hud_background_top"
  608. top_right="spriteimage.hud_background_top_right"
  609. color="217,37,134,224"
  610. />
  611. <widgetbackground
  612. name="progress_background"
  613. bottom_left="spriteimage.hud_background_bottom_left"
  614. bottom="spriteimage.hud_background_bottom"
  615. bottom_right="spriteimage.hud_background_bottom_right"
  616. left="spriteimage.hud_background_left"
  617. middle="spriteimage.hud_background_middle"
  618. right="spriteimage.hud_background_right"
  619. top_left="spriteimage.hud_background_top_left"
  620. top="spriteimage.hud_background_top"
  621. top_right="spriteimage.hud_background_top_right"
  622. color="217,37,134,224"
  623. />
  624. <widgetbackground
  625. name="line_background"
  626. bottom_left="spriteimage.line_background_bottom_left"
  627. bottom="spriteimage.line_background_bottom"
  628. bottom_right="spriteimage.line_background_bottom_right"
  629. left="spriteimage.line_background_left"
  630. middle="spriteimage.line_background_middle"
  631. right="spriteimage.line_background_right"
  632. top_left="spriteimage.line_background_top_left"
  633. top="spriteimage.line_background_top"
  634. top_right="spriteimage.line_background_top_right"
  635. />
  636. <widgetbackground
  637. name="alert_message_background"
  638. bottom_left="spriteimage.alert_message_background_bottom_left"
  639. bottom="spriteimage.alert_message_background_bottom"
  640. bottom_right="spriteimage.alert_message_background_bottom_right"
  641. left="spriteimage.alert_message_background_left"
  642. middle="spriteimage.alert_message_background_middle"
  643. right="spriteimage.alert_message_background_right"
  644. top_left="spriteimage.alert_message_background_top_left"
  645. top="spriteimage.alert_message_background_top"
  646. top_right="spriteimage.alert_message_background_top_right"
  647. />
  648. <widgetbackground
  649. name="alert_message_glow_background"
  650. bottom_left="spriteimage.alert_message_glow_background_bottom_left"
  651. bottom="spriteimage.alert_message_glow_background_bottom"
  652. bottom_right="spriteimage.alert_message_glow_background_bottom_right"
  653. left="spriteimage.alert_message_glow_background_left"
  654. middle="spriteimage.alert_message_glow_background_middle"
  655. right="spriteimage.alert_message_glow_background_right"
  656. top_left="spriteimage.alert_message_glow_background_top_left"
  657. top="spriteimage.alert_message_glow_background_top"
  658. top_right="spriteimage.alert_message_glow_background_top_right"
  659. />
  660. <widgetbackground
  661. name="ffwd_background"
  662. bottom_left="spriteimage.ffwd_background_bottom_left"
  663. bottom="spriteimage.ffwd_background_bottom"
  664. bottom_right="spriteimage.ffwd_background_bottom_right"
  665. left="spriteimage.ffwd_background_left"
  666. middle="spriteimage.ffwd_background_middle"
  667. right="spriteimage.ffwd_background_right"
  668. top_left="spriteimage.ffwd_background_top_left"
  669. top="spriteimage.ffwd_background_top"
  670. top_right="spriteimage.ffwd_background_top_right"
  671. />
  672. <widgetbackground
  673. name="ffwd_glow_background"
  674. bottom_left="spriteimage.ffwd_glow_background_bottom_left"
  675. bottom="spriteimage.ffwd_glow_background_bottom"
  676. bottom_right="spriteimage.ffwd_glow_background_bottom_right"
  677. left="spriteimage.ffwd_glow_background_left"
  678. middle="spriteimage.ffwd_glow_background_middle"
  679. right="spriteimage.ffwd_glow_background_right"
  680. top_left="spriteimage.ffwd_glow_background_top_left"
  681. top="spriteimage.ffwd_glow_background_top"
  682. top_right="spriteimage.ffwd_glow_background_top_right"
  683. />
  684. <widgetbackground
  685. name="message_buildinfo_background"
  686. bottom_left="spriteimage.message_buildinfo_background_bottom_left"
  687. bottom="spriteimage.message_buildinfo_background_bottom"
  688. bottom_right="spriteimage.message_buildinfo_background_bottom_right"
  689. left="spriteimage.message_buildinfo_background_left"
  690. middle="spriteimage.message_buildinfo_background_middle"
  691. right="spriteimage.message_buildinfo_background_right"
  692. top_left="spriteimage.message_buildinfo_background_top_left"
  693. top="spriteimage.message_buildinfo_background_top"
  694. top_right="spriteimage.message_buildinfo_background_top_right"
  695. />
  696. <widgetbackground
  697. name="message_buildinfo_glow_background"
  698. bottom_left="spriteimage.message_buildinfo_glow_background_bottom_left"
  699. bottom="spriteimage.message_buildinfo_glow_background_bottom"
  700. bottom_right="spriteimage.message_buildinfo_glow_background_bottom_right"
  701. left="spriteimage.message_buildinfo_glow_background_left"
  702. middle="spriteimage.message_buildinfo_glow_background_middle"
  703. right="spriteimage.message_buildinfo_glow_background_right"
  704. top_left="spriteimage.message_buildinfo_glow_background_top_left"
  705. top="spriteimage.message_buildinfo_glow_background_top"
  706. top_right="spriteimage.message_buildinfo_glow_background_top_right"
  707. />
  708. <widgetbackground
  709. name="message_quicklaunch_background"
  710. bottom_left="spriteimage.message_quicklaunch_background_bottom_left"
  711. bottom="spriteimage.message_quicklaunch_background_bottom"
  712. bottom_right="spriteimage.message_quicklaunch_background_bottom_right"
  713. left="spriteimage.message_quicklaunch_background_left"
  714. middle="spriteimage.message_quicklaunch_background_middle"
  715. right="spriteimage.message_quicklaunch_background_right"
  716. top_left="spriteimage.message_quicklaunch_background_top_left"
  717. top="spriteimage.message_quicklaunch_background_top"
  718. top_right="spriteimage.message_quicklaunch_background_top_right"
  719. />
  720. <widgetbackground
  721. name="message_quicklaunch_glow_background"
  722. bottom_left="spriteimage.message_quicklaunch_glow_background_bottom_left"
  723. bottom="spriteimage.message_quicklaunch_glow_background_bottom"
  724. bottom_right="spriteimage.message_quicklaunch_glow_background_bottom_right"
  725. left="spriteimage.message_quicklaunch_glow_background_left"
  726. middle="spriteimage.message_quicklaunch_glow_background_middle"
  727. right="spriteimage.message_quicklaunch_glow_background_right"
  728. top_left="spriteimage.message_quicklaunch_glow_background_top_left"
  729. top="spriteimage.message_quicklaunch_glow_background_top"
  730. top_right="spriteimage.message_quicklaunch_glow_background_top_right"
  731. />
  732. <widgetbackground
  733. name="message_quicklaunch_powerup_background"
  734. bottom_left="spriteimage.message_quicklaunch_powerup_background_bottom_left"
  735. bottom="spriteimage.message_quicklaunch_powerup_background_bottom"
  736. bottom_right="spriteimage.message_quicklaunch_powerup_background_bottom_right"
  737. left="spriteimage.message_quicklaunch_powerup_background_left"
  738. middle="spriteimage.message_quicklaunch_powerup_background_middle"
  739. right="spriteimage.message_quicklaunch_powerup_background_right"
  740. top_left="spriteimage.message_quicklaunch_powerup_background_top_left"
  741. top="spriteimage.message_quicklaunch_powerup_background_top"
  742. top_right="spriteimage.message_quicklaunch_powerup_background_top_right"
  743. />
  744. <widgetbackground
  745. name="message_quicklaunch_powerup_glow_background"
  746. bottom_left="spriteimage.message_quicklaunch_powerup_glow_background_bottom_left"
  747. bottom="spriteimage.message_quicklaunch_powerup_glow_background_bottom"
  748. bottom_right="spriteimage.message_quicklaunch_powerup_glow_background_bottom_right"
  749. left="spriteimage.message_quicklaunch_powerup_glow_background_left"
  750. middle="spriteimage.message_quicklaunch_powerup_glow_background_middle"
  751. right="spriteimage.message_quicklaunch_powerup_glow_background_right"
  752. top_left="spriteimage.message_quicklaunch_powerup_glow_background_top_left"
  753. top="spriteimage.message_quicklaunch_powerup_glow_background_top"
  754. top_right="spriteimage.message_quicklaunch_powerup_glow_background_top_right"
  755. />
  756. <widgetbackground
  757. name="beam.background"
  758. insets="1,1,1,1"
  759. bottom_left="spriteimage.line_background_bottom_left"
  760. bottom="spriteimage.line_background_bottom"
  761. bottom_right="spriteimage.line_background_bottom_right"
  762. left="spriteimage.line_background_left"
  763. middle="spriteimage.line_background_middle"
  764. right="spriteimage.line_background_right"
  765. top_left="spriteimage.line_background_top_left"
  766. top="spriteimage.line_background_top"
  767. top_right="spriteimage.line_background_top_right"
  768. color="255,255,255,255"
  769. />
  770. <widgetbackground
  771. name="proximity.background"
  772. insets="0,0,0,0"
  773. bottom_left="spriteimage.proximity_bottom_left"
  774. bottom="spriteimage.proximity_bottom"
  775. bottom_right="spriteimage.proximity_bottom_right"
  776. left="spriteimage.proximity_left"
  777. middle="spriteimage.proximity_middle"
  778. right="spriteimage.proximity_right"
  779. top_left="spriteimage.proximity_top_left"
  780. top="spriteimage.proximity_top"
  781. top_right="spriteimage.proximity_top_right"
  782. leftColor="255,255,255,0"
  783. rightColor="255,255,255,255"
  784. blend="GLOWING"
  785. />
  786. <!-- Dim GUI / game behind dialog -->
  787. <texture
  788. name="dialog-dim.texture"
  789. url="classpath:dialog-dim.jgimage"
  790. dst="GL_RGBA"
  791. target="GL_TEXTURE_2D"
  792. min="GL_LINEAR"
  793. mag="GL_NEAREST"
  794. wrap="GL_FALSE"
  795. />
  796. <imagebank name="dialog-dim.imagebank" texture="dialog-dim.texture" defaultstyle="transparent.style">
  797. <spriteimage name="spriteimage.dialog-dim_bottom_left" x="0" y="0" w="2" h="2" hx="0" hy="0" />
  798. <spriteimage name="spriteimage.dialog-dim_bottom" x="2" y="0" w="4" h="2" hx="0" hy="0" />
  799. <spriteimage name="spriteimage.dialog-dim_bottom_right" x="6" y="0" w="2" h="2" hx="0" hy="0" />
  800. <spriteimage name="spriteimage.dialog-dim_left" x="0" y="2" w="2" h="4" hx="0" hy="0" />
  801. <spriteimage name="spriteimage.dialog-dim_middle" x="2" y="2" w="4" h="4" hx="0" hy="0" />
  802. <spriteimage name="spriteimage.dialog-dim_right" x="6" y="2" w="2" h="4" hx="0" hy="0" />
  803. <spriteimage name="spriteimage.dialog-dim_top_left" x="0" y="6" w="2" h="2" hx="0" hy="0" />
  804. <spriteimage name="spriteimage.dialog-dim_top" x="2" y="6" w="4" h="2" hx="0" hy="0" />
  805. <spriteimage name="spriteimage.dialog-dim_top_right" x="6" y="6" w="2" h="2" hx="0" hy="0" />
  806. </imagebank>
  807. <widgetbackground
  808. name="dialog-dim.background"
  809. bottom_left="spriteimage.dialog-dim_bottom_left"
  810. bottom="spriteimage.dialog-dim_bottom"
  811. bottom_right="spriteimage.dialog-dim_bottom_right"
  812. left="spriteimage.dialog-dim_left"
  813. middle="spriteimage.dialog-dim_middle"
  814. right="spriteimage.dialog-dim_right"
  815. top_left="spriteimage.dialog-dim_top_left"
  816. top="spriteimage.dialog-dim_top"
  817. top_right="spriteimage.dialog-dim_top_right"
  818. />
  819. <!-- Rocket explosion effect -->
  820. <texture
  821. name="rocket.texture"
  822. url="classpath:rocketExplosion.jgimage"
  823. dst="GL_RGBA"
  824. target="GL_TEXTURE_2D"
  825. min="GL_LINEAR"
  826. mag="GL_LINEAR"
  827. wrap="GL_TRUE"
  828. />
  829. <!-- Mine explosion effect -->
  830. <texture
  831. name="explosion.texture"
  832. url="classpath:explosion.jgimage"
  833. dst="GL_RGBA"
  834. target="GL_TEXTURE_2D"
  835. min="GL_LINEAR"
  836. mag="GL_LINEAR"
  837. wrap="GL_TRUE"
  838. />
  839. <!-- Smartbomb effect -->
  840. <texture
  841. name="smartbomb.texture"
  842. url="classpath:smartbomb.jgimage"
  843. dst="GL_RGBA"
  844. target="GL_TEXTURE_2D"
  845. min="GL_LINEAR"
  846. mag="GL_LINEAR"
  847. wrap="GL_TRUE"
  848. />
  849. <!-- Disruptor effect -->
  850. <texture
  851. name="disruptor.texture"
  852. url="classpath:disruptor.jgimage"
  853. dst="GL_RGBA"
  854. target="GL_TEXTURE_2D"
  855. min="GL_LINEAR"
  856. mag="GL_LINEAR"
  857. wrap="GL_TRUE"
  858. />
  859. <!-- Titan boss disruptor effect -->
  860. <texture
  861. name="titan-boss-disruptor.texture"
  862. url="classpath:titan-boss-disruptor.jgimage"
  863. dst="GL_RGBA"
  864. target="GL_TEXTURE_2D"
  865. min="GL_LINEAR"
  866. mag="GL_LINEAR"
  867. wrap="GL_TRUE"
  868. />
  869. <!-- Beam effect -->
  870. <texture
  871. name="beam.01.texture"
  872. url="classpath:beam.01.jgimage"
  873. dst="GL_RGBA"
  874. target="GL_TEXTURE_2D"
  875. min="GL_LINEAR_MIPMAP_NEAREST"
  876. mag="GL_LINEAR"
  877. wrap="GL_TRUE"
  878. />
  879. <texture
  880. name="beam.02.texture"
  881. url="classpath:beam.02.jgimage"
  882. dst="GL_RGBA"
  883. target="GL_TEXTURE_2D"
  884. min="GL_LINEAR_MIPMAP_NEAREST"
  885. mag="GL_LINEAR"
  886. wrap="GL_TRUE"
  887. />
  888. <!-- Lasers -->
  889. <texture
  890. name="laser.texture"
  891. url="classpath:laser.jgimage"
  892. dst="GL_RGBA"
  893. target="GL_TEXTURE_2D"
  894. min="GL_LINEAR"
  895. mag="GL_LINEAR"
  896. wrap="GL_FALSE"
  897. />
  898. <!-- Turret and capacitor ranges -->
  899. <texture
  900. name="range.texture"
  901. url="classpath:range.jgimage"
  902. dst="GL_RGBA"
  903. target="GL_TEXTURE_1D"
  904. min="GL_LINEAR"
  905. mag="GL_LINEAR"
  906. wrap="GL_FALSE"
  907. />
  908. <texture
  909. name="solid.texture"
  910. url="classpath:solid.jgimage"
  911. dst="GL_RGBA"
  912. target="GL_TEXTURE_2D"
  913. min="GL_LINEAR"
  914. mag="GL_LINEAR"
  915. wrap="GL_TRUE"
  916. />
  917. <texture
  918. name="dash.texture"
  919. url="classpath:dash.jgimage"
  920. dst="GL_RGBA"
  921. target="GL_TEXTURE_2D"
  922. min="GL_LINEAR"
  923. mag="GL_LINEAR"
  924. wrap="GL_TRUE"
  925. />
  926. <texture
  927. name="beam.texture"
  928. url="classpath:beam.jgimage"
  929. dst="GL_RGBA"
  930. target="GL_TEXTURE_2D"
  931. min="GL_LINEAR"
  932. mag="GL_LINEAR"
  933. wrap="GL_FALSE"
  934. />
  935. <array name="ammo.array">
  936. <item>spriteimage.timer.ammo.12</item>
  937. <item>spriteimage.timer.ammo.11</item>
  938. <item>spriteimage.timer.ammo.10</item>
  939. <item>spriteimage.timer.ammo.09</item>
  940. <item>spriteimage.timer.ammo.08</item>
  941. <item>spriteimage.timer.ammo.07</item>
  942. <item>spriteimage.timer.ammo.06</item>
  943. <item>spriteimage.timer.ammo.05</item>
  944. <item>spriteimage.timer.ammo.04</item>
  945. <item>spriteimage.timer.ammo.03</item>
  946. <item>spriteimage.timer.ammo.02</item>
  947. <item>spriteimage.timer.ammo.01</item>
  948. </array>
  949. <array name="reload.array">
  950. <item>spriteimage.timer.reload.12</item>
  951. <item>spriteimage.timer.reload.11</item>
  952. <item>spriteimage.timer.reload.10</item>
  953. <item>spriteimage.timer.reload.09</item>
  954. <item>spriteimage.timer.reload.08</item>
  955. <item>spriteimage.timer.reload.07</item>
  956. <item>spriteimage.timer.reload.06</item>
  957. <item>spriteimage.timer.reload.05</item>
  958. <item>spriteimage.timer.reload.04</item>
  959. <item>spriteimage.timer.reload.03</item>
  960. <item>spriteimage.timer.reload.02</item>
  961. <item>spriteimage.timer.reload.01</item>
  962. </array>
  963. <array name="ammo.large.array">
  964. <item>spriteimage.timer.large.ammo.14</item>
  965. <item>spriteimage.timer.large.ammo.13</item>
  966. <item>spriteimage.timer.large.ammo.12</item>
  967. <item>spriteimage.timer.large.ammo.11</item>
  968. <item>spriteimage.timer.large.ammo.10</item>
  969. <item>spriteimage.timer.large.ammo.09</item>
  970. <item>spriteimage.timer.large.ammo.08</item>
  971. <item>spriteimage.timer.large.ammo.07</item>
  972. <item>spriteimage.timer.large.ammo.06</item>
  973. <item>spriteimage.timer.large.ammo.05</item>
  974. <item>spriteimage.timer.large.ammo.04</item>
  975. <item>spriteimage.timer.large.ammo.03</item>
  976. <item>spriteimage.timer.large.ammo.02</item>
  977. <item>spriteimage.timer.large.ammo.01</item>
  978. </array>
  979. <array name="reload.large.array">
  980. <item>spriteimage.timer.large.reload.14</item>
  981. <item>spriteimage.timer.large.reload.13</item>
  982. <item>spriteimage.timer.large.reload.12</item>
  983. <item>spriteimage.timer.large.reload.11</item>
  984. <item>spriteimage.timer.large.reload.10</item>
  985. <item>spriteimage.timer.large.reload.09</item>
  986. <item>spriteimage.timer.large.reload.08</item>
  987. <item>spriteimage.timer.large.reload.07</item>
  988. <item>spriteimage.timer.large.reload.06</item>
  989. <item>spriteimage.timer.large.reload.05</item>
  990. <item>spriteimage.timer.large.reload.04</item>
  991. <item>spriteimage.timer.large.reload.03</item>
  992. <item>spriteimage.timer.large.reload.02</item>
  993. <item>spriteimage.timer.large.reload.01</item>
  994. </array>
  995. <array name="energy.array">
  996. <item>spriteimage.timer.energy.12</item>
  997. <item>spriteimage.timer.energy.11</item>
  998. <item>spriteimage.timer.energy.10</item>
  999. <item>spriteimage.timer.energy.09</item>
  1000. <item>spriteimage.timer.energy.08</item>
  1001. <item>spriteimage.timer.energy.07</item>
  1002. <item>spriteimage.timer.energy.06</item>
  1003. <item>spriteimage.timer.energy.05</item>
  1004. <item>spriteimage.timer.energy.04</item>
  1005. <item>spriteimage.timer.energy.03</item>
  1006. <item>spriteimage.timer.energy.02</item>
  1007. <item>spriteimage.timer.energy.01</item>
  1008. </array>
  1009. <array name="money.array">
  1010. <item>spriteimage.timer.money.15</item>
  1011. <item>spriteimage.timer.money.14</item>
  1012. <item>spriteimage.timer.money.13</item>
  1013. <item>spriteimage.timer.money.12</item>
  1014. <item>spriteimage.timer.money.11</item>
  1015. <item>spriteimage.timer.money.10</item>
  1016. <item>spriteimage.timer.money.09</item>
  1017. <item>spriteimage.timer.money.08</item>
  1018. <item>spriteimage.timer.money.07</item>
  1019. <item>spriteimage.timer.money.06</item>
  1020. <item>spriteimage.timer.money.05</item>
  1021. <item>spriteimage.timer.money.04</item>
  1022. <item>spriteimage.timer.money.03</item>
  1023. <item>spriteimage.timer.money.02</item>
  1024. <item>spriteimage.timer.money.01</item>
  1025. </array>
  1026. <array name="bossHitPoints.array">
  1027. <item>spriteimage.boss.hitpoints.09</item>
  1028. <item>spriteimage.boss.hitpoints.08</item>
  1029. <item>spriteimage.boss.hitpoints.07</item>
  1030. <item>spriteimage.boss.hitpoints.06</item>
  1031. <item>spriteimage.boss.hitpoints.05</item>
  1032. <item>spriteimage.boss.hitpoints.04</item>
  1033. <item>spriteimage.boss.hitpoints.03</item>
  1034. <item>spriteimage.boss.hitpoints.02</item>
  1035. <item>spriteimage.boss.hitpoints.01</item>
  1036. </array>
  1037. <!-- Brains -->
  1038. <instance name="dumb.brain" class="worm.brains.DumbBrainFeature" avoidanceFactor="0.25" />
  1039. <instance name="clever.brain" class="worm.brains.SmartBrainFeature" avoidanceFactor="0.5" baseFactor="0.5" defaultFactor="1.0"/>
  1040. <instance name="tactical.brain" class="worm.brains.TacticalBrainFeature" avoidanceFactor="1.0" baseFactor="1.0" factoryFactor="1.5" turretFactor="2.0" heavyTurretFactor="1.25"/>
  1041. <instance name="unit.brain" class="worm.brains.UnitBrainFeature"
  1042. gidletWeight="1.0"
  1043. gidrahWeight="32.0"
  1044. angryGidrahWeight="64.0"
  1045. bossWeight="128.0"
  1046. />
  1047. <instance name="tank.brain" class="worm.brains.UnitBrainFeature"
  1048. gidletWeight="16.0"
  1049. gidrahWeight="1.0"
  1050. angryGidrahWeight="4.0"
  1051. bossWeight="16.0"
  1052. />
  1053. <instance name="drone.brain" class="worm.brains.DroneBrainFeature" baseValue="7500.0" valuableFactor="2.0" distanceFactor="128.0"/>
  1054. <instance name="boss.brain" class="worm.brains.DumbBrainFeature" avoidanceFactor="0.0" />
  1055. <instance
  1056. name="gidrah.player"
  1057. class="com.shavenpuppy.jglib.sound.SoundPlayer"
  1058. sources="6"
  1059. autocreated="true"
  1060. />
  1061. <layers name="arrow.north.layers">
  1062. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.north.back.animation" />
  1063. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.north.animation" />
  1064. </layers>
  1065. <layers name="arrow.south.layers">
  1066. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.south.back.animation" />
  1067. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.south.animation" />
  1068. </layers>
  1069. <layers name="arrow.east.layers">
  1070. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.east.back.animation" />
  1071. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.east.animation" />
  1072. </layers>
  1073. <layers name="arrow.west.layers">
  1074. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.west.back.animation" />
  1075. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.west.animation" />
  1076. </layers>
  1077. <layers name="arrow.northeast.layers">
  1078. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.northeast.back.animation" />
  1079. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.northeast.animation" />
  1080. </layers>
  1081. <layers name="arrow.southeast.layers">
  1082. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.southeast.back.animation" />
  1083. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.southeast.animation" />
  1084. </layers>
  1085. <layers name="arrow.southwest.layers">
  1086. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.southwest.back.animation" />
  1087. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.southwest.animation" />
  1088. </layers>
  1089. <layers name="arrow.northwest.layers">
  1090. <sprite layer="13" sublayer="0" offset="0,0" animation="spawnpoint.northwest.back.animation" />
  1091. <sprite layer="14" sublayer="0" offset="0,0" animation="spawnpoint.northwest.animation" />
  1092. </layers>
  1093. <layers name="arrow.midspawner.layers">
  1094. <sprite layer="13" sublayer="0" offset="1,-30" animation="spawnpoint.north.back.animation" />
  1095. <sprite layer="14" sublayer="0" offset="1,-30" animation="spawnpoint.north.animation" />
  1096. <sprite layer="13" sublayer="0" offset="0,31" animation="spawnpoint.south.back.animation" />
  1097. <sprite layer="14" sublayer="0" offset="0,31" animation="spawnpoint.south.animation" />
  1098. <sprite layer="13" sublayer="0" offset="-30,0" animation="spawnpoint.east.back.animation" />
  1099. <sprite layer="14" sublayer="0" offset="-30,0" animation="spawnpoint.east.animation" />
  1100. <sprite layer="13" sublayer="0" offset="31,1" animation="spawnpoint.west.back.animation" />
  1101. <sprite layer="14" sublayer="0" offset="31,1" animation="spawnpoint.west.animation" />
  1102. </layers>
  1103. <!-- Spotlight texture -->
  1104. <instance
  1105. name="edgefade.image"
  1106. class="worm.InterpolatorImageResource"
  1107. type="luminance_alpha"
  1108. size="64"
  1109. interpolator="oldcosine"
  1110. />
  1111. <texture
  1112. name="edgefade.texture"
  1113. url="resource:edgefade.image"
  1114. dst="GL_RGBA"
  1115. target="GL_TEXTURE_2D"
  1116. min="GL_LINEAR_MIPMAP_NEAREST"
  1117. mag="GL_LINEAR"
  1118. wrap="GL_TRUE"
  1119. />
  1120. <!-- GUI resources -->
  1121. <include resource="colours.xml" />
  1122. <include resource="gui.xml" />
  1123. <include resource="gui-levels.xml" />
  1124. <include resource="gui-story.xml" />
  1125. <include resource="gui-game.xml" />
  1126. <!--
  1127. <include resource="gui-editor.xml" />
  1128. -->
  1129. <include resource="victory.xml" />
  1130. <!-- Animation -->
  1131. <include resource="animation.xml" />
  1132. <!-- Emitters -->
  1133. <include resource="emitters.xml" />
  1134. <!-- Buildings -->
  1135. <include resource="buildings.xml" />
  1136. <!-- Weapons -->
  1137. <include resource="weapons.xml" />
  1138. <!-- Powerups -->
  1139. <include resource="powerups.xml" />
  1140. <!-- Characters -->
  1141. <include resource="characters.xml" />
  1142. <!-- Worlds -->
  1143. <include resource="worlds.xml" />
  1144. <!-- Gidrahs -->
  1145. <include resource="gidrahs.xml" />
  1146. <!-- Units -->
  1147. <include resource="units.xml" />
  1148. <!-- Tiles -->
  1149. <include resource="tiles.xml" />
  1150. <!-- Mousepointers -->
  1151. <include resource="mousepointers.xml" />
  1152. <!-- Medals -->
  1153. <include resource="medals.xml" />
  1154. <!-- Hints -->
  1155. <include resource="hints.xml" />
  1156. <!-- Research -->
  1157. <include resource="research.xml" />
  1158. <!-- Sounds -->
  1159. <include resource="sounds.xml" />
  1160. <!-- Sprites -->
  1161. <include resource="sprites.xml" />
  1162. <!-- Endless mode -->
  1163. <include resource="endless.xml" />
  1164. <!-- Survival mode -->
  1165. <include resource="survival.xml" />
  1166. <!-- Xmas mode -->
  1167. <include resource="xmas.xml" />
  1168. <!-- Ranks -->
  1169. <include resource="ranks.xml" />
  1170. <!-- Basic game config -->
  1171. <include resource="config.xml" />
  1172. <!-- Bribes -->
  1173. <include resource="bribes.xml" />
  1174. </resources>