item_menu.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <screen name="ItemMenu" script="screens/item_menu/item_menu.lua" visible="false">
  2. <widget name="Container" width="368" height="240" origin_x="50%" origin_y="50%" align="center" valign="middle" scale="3 3" visible="true">
  3. <widget name="ItemMenuTopBar" x="30" y="5" width="310" height="24" visible="true">
  4. <prototype name="Window" />
  5. <text_area name="ItemText" x="36" y="6" text_name="ItemMenuUse" font="FFVIIFont" visible="true" />
  6. <text_area name="ItemText" x="96" y="6" text_name="ItemMenuOrder" font="FFVIIFont" visible="true" />
  7. <text_area name="ItemText" x="156" y="6" text_name="ItemMenuKey" font="FFVIIFont" visible="true" />
  8. <sprite name="Cursor" image="screens/images/cursor.png" x="-11" y="6" width="24" height="17" visible="true">
  9. <animation name="Position1" length="0" x="0:6" />
  10. <animation name="Position2" length="0" x="0:66" />
  11. <animation name="Position3" length="0" x="0:126" />
  12. </sprite>
  13. </widget>
  14. <widget name="ItemMenuTitle" x="254" y="5" width="86" height="24" visible="true">
  15. <prototype name="Window" />
  16. <text_area name="ItemText" x="16" y="6" text_name="ItemMenuItem" font="FFVIIFont" visible="true" />
  17. </widget>
  18. <widget name="ItemMenuSecondBar" x="30" y="29" width="310" height="24" visible="true">
  19. <prototype name="Window" />
  20. <text_area name="ItemText" x="16" y="6" text_name="Placeholder" font="FFVIIFont" visible="true" />
  21. </widget>
  22. <widget name="ItemMenuCharacters" x="30" y="53" width="155" height="182" visible="true">
  23. <prototype name="Window" />
  24. <widget name="Character1" x="0" y="0" width="100%" height="55" visible="true">
  25. <sprite name="Portrait" image="screens/images/cloud.png" x="10" y="12" width="48" height="48" visible="true" />
  26. <widget name="Data" x="66" y="14" width="100%" height="100%" visible="true">
  27. <prototype name="MenuCharacterData" />
  28. </widget>
  29. </widget>
  30. <widget name="Character2" x="0" y="55" width="100%" height="55" visible="true">
  31. <sprite name="Portrait" image="screens/images/cloud.png" x="10" y="12" width="48" height="48" visible="true" />
  32. <widget name="Data" x="66" y="14" width="100%" height="100%" visible="true">
  33. <prototype name="MenuCharacterData" />
  34. </widget>
  35. </widget>
  36. <widget name="Character3" x="0" y="110" width="100%" height="55" visible="true">
  37. <sprite name="Portrait" image="screens/images/cloud.png" x="10" y="12" width="48" height="48" visible="true" />
  38. <widget name="Data" x="66" y="14" width="100%" height="100%" visible="true">
  39. <prototype name="MenuCharacterData" />
  40. </widget>
  41. </widget>
  42. <sprite name="Cursor" image="screens/images/cursor.png" x="-11" y="6" width="24" height="17" visible="true">
  43. <animation name="Position1" length="0" y="0:25" />
  44. <animation name="Position2" length="0" y="0:80" />
  45. <animation name="Position3" length="0" y="0:135" />
  46. </sprite>
  47. <widget name="CursorMultiple" x="-11" y="0" width="24" height="150" visible="false">
  48. <sprite name="Cursor1" image="screens/images/cursor.png" x="0" y="25" width="24" height="17" visible="true"/>
  49. <sprite name="Cursor2" image="screens/images/cursor.png" x="0" y="80" width="24" height="17" visible="true"/>
  50. <sprite name="Cursor3" image="screens/images/cursor.png" x="0" y="135" width="24" height="17" visible="true"/>
  51. </widget>
  52. </widget>
  53. <widget name="ItemList" x="185" y="53" width="155" height="182" visible="true">
  54. <prototype name="Window" />
  55. <sprite name="Icon0" image="screens/images/item_item.png" x="8" y="5" width="13" height="15" visible="true" />
  56. <text_area name="Name0" x="30" y="6" text_name="Placeholder" font="FFVIIFont" visible="true" />
  57. <text_area name="Colon0" x="130" y="6" text_name="Colon" font="FFVIIFont" visible="true" />
  58. <text_area name="Qty0" x="135" y="6" text_name="Placeholder" font="FFVIIFont" visible="true" />
  59. <sprite name="Icon1" image="screens/images/item_item.png" x="8" y="22" width="13" height="15" visible="true" />
  60. <text_area name="Name1" x="30" y="23" text_name="Placeholder" font="FFVIIFont" visible="true" />
  61. <text_area name="Colon1" x="130" y="23" text_name="Colon" font="FFVIIFont" visible="true" />
  62. <text_area name="Qty1" x="135" y="23" text_name="Placeholder" font="FFVIIFont" visible="true" />
  63. <sprite name="Icon2" image="screens/images/item_item.png" x="8" y="39" width="13" height="15" visible="true" />
  64. <text_area name="Name2" x="30" y="40" text_name="Placeholder" font="FFVIIFont" visible="true" />
  65. <text_area name="Colon2" x="130" y="40" text_name="Colon" font="FFVIIFont" visible="true" />
  66. <text_area name="Qty2" x="135" y="40" text_name="Placeholder" font="FFVIIFont" visible="true" />
  67. <sprite name="Icon3" image="screens/images/item_item.png" x="8" y="56" width="13" height="15" visible="true" />
  68. <text_area name="Name3" x="30" y="57" text_name="Placeholder" font="FFVIIFont" visible="true" />
  69. <text_area name="Colon3" x="130" y="57" text_name="Colon" font="FFVIIFont" visible="true" />
  70. <text_area name="Qty3" x="135" y="57" text_name="Placeholder" font="FFVIIFont" visible="true" />
  71. <sprite name="Icon4" image="screens/images/item_item.png" x="8" y="73" width="13" height="15" visible="true" />
  72. <text_area name="Name4" x="30" y="74" text_name="Placeholder" font="FFVIIFont" visible="true" />
  73. <text_area name="Colon4" x="130" y="74" text_name="Colon" font="FFVIIFont" visible="true" />
  74. <text_area name="Qty4" x="135" y="74" text_name="Placeholder" font="FFVIIFont" visible="true" />
  75. <sprite name="Icon5" image="screens/images/item_item.png" x="8" y="90" width="13" height="15" visible="true" />
  76. <text_area name="Name5" x="30" y="91" text_name="Placeholder" font="FFVIIFont" visible="true" />
  77. <text_area name="Colon5" x="130" y="91" text_name="Colon" font="FFVIIFont" visible="true" />
  78. <text_area name="Qty5" x="135" y="91" text_name="Placeholder" font="FFVIIFont" visible="true" />
  79. <sprite name="Icon6" image="screens/images/item_item.png" x="8" y="107" width="13" height="15" visible="true" />
  80. <text_area name="Name6" x="30" y="108" text_name="Placeholder" font="FFVIIFont" visible="true" />
  81. <text_area name="Colon6" x="130" y="108" text_name="Colon" font="FFVIIFont" visible="true" />
  82. <text_area name="Qty6" x="135" y="108" text_name="Placeholder" font="FFVIIFont" visible="true" />
  83. <sprite name="Icon7" image="screens/images/item_item.png" x="8" y="124" width="13" height="15" visible="true" />
  84. <text_area name="Name7" x="30" y="125" text_name="Placeholder" font="FFVIIFont" visible="true" />
  85. <text_area name="Colon7" x="130" y="125" text_name="Colon" font="FFVIIFont" visible="true" />
  86. <text_area name="Qty7" x="135" y="125" text_name="Placeholder" font="FFVIIFont" visible="true" />
  87. <sprite name="Icon8" image="screens/images/item_item.png" x="8" y="141" width="13" height="15" visible="true" />
  88. <text_area name="Name8" x="30" y="142" text_name="Placeholder" font="FFVIIFont" visible="true" />
  89. <text_area name="Colon8" x="130" y="142" text_name="Colon" font="FFVIIFont" visible="true" />
  90. <text_area name="Qty8" x="135" y="142" text_name="Placeholder" font="FFVIIFont" visible="true" />
  91. <sprite name="Icon9" image="screens/images/item_item.png" x="8" y="158" width="13" height="15" visible="true" />
  92. <text_area name="Name9" x="30" y="159" text_name="Placeholder" font="FFVIIFont" visible="true" />
  93. <text_area name="Colon9" x="130" y="159" text_name="Colon" font="FFVIIFont" visible="true" />
  94. <text_area name="Qty9" x="135" y="159" text_name="Placeholder" font="FFVIIFont" visible="true" />
  95. <sprite name="Cursor" image="screens/images/cursor.png" x="-11" y="6" width="24" height="17" visible="true">
  96. <animation name="Position1" length="0" y="0:6" />
  97. <animation name="Position2" length="0" y="0:23" />
  98. <animation name="Position3" length="0" y="0:40" />
  99. <animation name="Position4" length="0" y="0:57" />
  100. <animation name="Position5" length="0" y="0:78" />
  101. <animation name="Position6" length="0" y="0:91" />
  102. <animation name="Position7" length="0" y="0:108" />
  103. <animation name="Position8" length="0" y="0:125" />
  104. <animation name="Position9" length="0" y="0:142" />
  105. <animation name="Position10" length="0" y="0:159" />
  106. </sprite>
  107. </widget>
  108. <!--<widget name="Characters" x="0" y="17" width="300" height="190" visible="true">
  109. <prototype name="Window" />
  110. <animation name="Appear" length="0.3" x="0:736,0.3:0" />
  111. <animation name="Disappear" length="0.3" x="0:0,0.3:736" />
  112. <widget name="Character1" x="0" y="0" width="100%" height="60" visible="true">
  113. <sprite name="Portrait" image="screens/images/cloud.png" x="22" y="12" width="48" height="48" visible="true" />
  114. <widget name="Data" x="102" y="14" width="100%" height="100%" visible="true">
  115. <prototype name="MenuCharacterData" />
  116. </widget>
  117. <text_area name="NextLevelText" x="186" y="17" text_name="CharacterDataNextLevel" font="FFVIIFont" visible="true" />
  118. <sprite name="NextLevelBar" image="screens/images/menu_bar.png" x="202" y="28" width="64" height="8" visible="true" />
  119. <sprite name="NextLevelLinePart1" x="203" y="29" width="20" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.125, 0.5 0.125 0.125" alpha="0.8" visible="false" />
  120. <sprite name="NextLevelLinePart2" x="203" y="32" width="20" height="3" colours="0.5 0.125 0.125, 0.5 0.125 0.125, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  121. <text_area name="LimitLevelText" x="186" y="38" text_name="CharacterDataLimitLevel" font="FFVIIFont" visible="true" />
  122. <sprite name="LimitLevelBar" image="screens/images/menu_bar.png" x="202" y="49" width="64" height="8" visible="true" />
  123. <text_area name="LimitLevel" x="250" y="40" text_name="CharacterDataLimitLevelNumber" font="FFVIIMenuDigits" visible="true" />
  124. <sprite name="LimitLinePart1" x="203" y="50" width="25" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.31, 0.5 0.125 0.31" alpha="0.8" visible="false" />
  125. <sprite name="LimitLinePart2" x="203" y="53" width="25" height="3" colours="0.5 0.125 0.31, 0.5 0.125 0.31, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  126. </widget>
  127. <widget name="Character2" x="0" y="65" width="100%" height="60" visible="true">
  128. <sprite name="Portrait" image="screens/images/cloud.png" x="22" y="12" width="48" height="48" visible="true" />
  129. <widget name="Data" x="102" y="14" width="100%" height="100%" visible="true">
  130. <prototype name="MenuCharacterData" />
  131. </widget>
  132. <text_area name="NextLevelText" x="186" y="17" text_name="CharacterDataNextLevel" font="FFVIIFont" visible="true" />
  133. <sprite name="NextLevelBar" image="screens/images/menu_bar.png" x="202" y="28" width="64" height="8" visible="true" />
  134. <sprite name="NextLevelLinePart1" x="203" y="29" width="20" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.125, 0.5 0.125 0.125" alpha="0.8" visible="false" />
  135. <sprite name="NextLevelLinePart2" x="203" y="32" width="20" height="3" colours="0.5 0.125 0.125, 0.5 0.125 0.125, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  136. <text_area name="LimitLevelText" x="186" y="38" text_name="CharacterDataLimitLevel" font="FFVIIFont" visible="true" />
  137. <sprite name="LimitLevelBar" image="screens/images/menu_bar.png" x="202" y="49" width="64" height="8" visible="true" />
  138. <text_area name="LimitLevel" x="250" y="40" text_name="CharacterDataLimitLevelNumber" font="FFVIIMenuDigits" visible="true" />
  139. <sprite name="LimitLinePart1" x="203" y="50" width="25" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.31, 0.5 0.125 0.31" alpha="0.8" visible="false" />
  140. <sprite name="LimitLinePart2" x="203" y="53" width="25" height="3" colours="0.5 0.125 0.31, 0.5 0.125 0.31, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  141. </widget>
  142. <widget name="Character3" x="0" y="130" width="100%" height="60" visible="true">
  143. <sprite name="Portrait" image="screens/images/cloud.png" x="22" y="12" width="48" height="48" visible="true" />
  144. <widget name="Data" x="102" y="14" width="100%" height="100%" visible="true">
  145. <prototype name="MenuCharacterData" />
  146. </widget>
  147. <text_area name="NextLevelText" x="186" y="17" text_name="CharacterDataNextLevel" font="FFVIIFont" visible="true" />
  148. <sprite name="NextLevelBar" image="screens/images/menu_bar.png" x="202" y="28" width="64" height="8" visible="true" />
  149. <sprite name="NextLevelLinePart1" x="203" y="29" width="20" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.125, 0.5 0.125 0.125" alpha="0.8" visible="false" />
  150. <sprite name="NextLevelLinePart2" x="203" y="32" width="20" height="3" colours="0.5 0.125 0.125, 0.5 0.125 0.125, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  151. <text_area name="LimitLevelText" x="186" y="38" text_name="CharacterDataLimitLevel" font="FFVIIFont" visible="true" />
  152. <sprite name="LimitLevelBar" image="screens/images/menu_bar.png" x="202" y="49" width="64" height="8" visible="true" />
  153. <text_area name="LimitLevel" x="250" y="40" text_name="CharacterDataLimitLevelNumber" font="FFVIIMenuDigits" visible="true" />
  154. <sprite name="LimitLinePart1" x="203" y="50" width="25" height="3" colours="0.5 0.5 0.5, 0.5 0.5 0.5, 0.5 0.125 0.31, 0.5 0.125 0.31" alpha="0.8" visible="false" />
  155. <sprite name="LimitLinePart2" x="203" y="53" width="25" height="3" colours="0.5 0.125 0.31, 0.5 0.125 0.31, 0 0 0, 0 0 0" alpha="0.8" visible="false" />
  156. </widget>
  157. </widget>
  158. <widget name="Menu" x="278" y="5" width="86" height="132" visible="true">
  159. <prototype name="Window" />
  160. <text_area name="ItemText" x="16" y="6" text_name="MainMenuItem" font="FFVIIFont" visible="true" />
  161. <text_area name="MagicText" x="16" y="18" text_name="MainMenuMagic" font="FFVIIFont" visible="true" />
  162. <text_area name="MateriaText" x="16" y="30" text_name="MainMenuMateria" font="FFVIIFont" visible="true" />
  163. <text_area name="EquipText" x="16" y="42" text_name="MainMenuEquip" font="FFVIIFont" visible="true" />
  164. <text_area name="StatusText" x="16" y="54" text_name="MainMenuStatus" font="FFVIIFont" visible="true" />
  165. <text_area name="OrderText" x="16" y="66" text_name="MainMenuOrder" font="FFVIIFont" visible="true" />
  166. <text_area name="LimitText" x="16" y="78" text_name="MainMenuLimit" font="FFVIIFont" visible="true" />
  167. <text_area name="ConfigText" x="16" y="90" text_name="MainMenuConfig" font="FFVIIFont" visible="true" />
  168. <text_area name="PHSText" x="16" y="102" text_name="MainMenuPHS" font="FFVIIFont" visible="true" />
  169. <text_area name="SaveText" x="16" y="114" text_name="MainMenuSave" font="FFVIIFont" visible="true" />
  170. <sprite name="Cursor" image="screens/images/cursor.png" x="-11" y="6" width="24" height="17" visible="true">
  171. <animation name="Position1" length="0" y="0:6" />
  172. <animation name="Position2" length="0" y="0:18" />
  173. <animation name="Position3" length="0" y="0:30" />
  174. <animation name="Position4" length="0" y="0:42" />
  175. <animation name="Position5" length="0" y="0:54" />
  176. <animation name="Position6" length="0" y="0:66" />
  177. <animation name="Position7" length="0" y="0:78" />
  178. <animation name="Position8" length="0" y="0:90" />
  179. <animation name="Position9" length="0" y="0:102" />
  180. <animation name="Position10" length="0" y="0:114" />
  181. </sprite>
  182. <animation name="Appear" length="0.3" y="0:405,0.3:5" />
  183. <animation name="Disappear" length="0.3" y="0:5,0.3:405" />
  184. </widget>
  185. <widget name="TimeGil" x="278" y="164" width="86" height="36" visible="true">
  186. <prototype name="Window" />
  187. <text_area name="TimeText" x="4" y="6" text_name="MainMenuTime" font="FFVIIFont" visible="true" />
  188. <text_area name="TimeHours" x="31" y="8" text_name="MainMenuHours" font="FFVIIMenuDigits" visible="true" />
  189. <text_area name="TimeSemicolon1" x="44" y="1" text_name="MainMenuSemicolon" font="FFVIIMenuFont" visible="true" />
  190. <text_area name="TimeMinutes" x="50" y="8" text_name="MainMenuMinutes" font="FFVIIMenuDigits" visible="true" />
  191. <text_area name="TimeSemicolon2" x="62" y="1" text_name="MainMenuSemicolon" font="FFVIIMenuFont" visible="true" />
  192. <text_area name="TimeSeconds" x="67" y="8" text_name="MainMenuSeconds" font="FFVIIMenuDigits" visible="true" />
  193. <text_area name="GilText" x="5" y="20" text_name="MainMenuGil" font="FFVIIFont" visible="true" />
  194. <text_area name="GilText" x="11" y="22" text_name="MainMenuGilAmount" font="FFVIIMenuDigits" visible="true" />
  195. <animation name="Appear" length="0.3" x="0:-458,0.3:278" />
  196. <animation name="Disappear" length="0.3" x="0:278,0.3:-458" />
  197. </widget>
  198. <widget name="Location" x="184" y="200" width="180" height="24" visible="true">
  199. <prototype name="Window" />
  200. <text_area name="Text" x="8" y="6" text_name="MainMenuLocation" font="FFVIIFont" visible="true" />
  201. <animation name="Appear" length="0.3" y="0:-136,0.3:200" />
  202. <animation name="Disappear" length="0.3" y="0:200,0.3:-136" />
  203. </widget>-->
  204. </widget>
  205. </screen>