Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. StatsLabel < Label
  2. font: verdana-11px-monochrome
  3. anchors.right: parent.right
  4. color: black
  5.  
  6. $first:
  7. anchors.top: parent.top
  8. margin-top: 125
  9.  
  10. $!first:
  11. margin-top: 3
  12. anchors.top: prev.bottom
  13.  
  14. MainWindow
  15. id: pokeWindow
  16. image-source: /modules/game_pokeWindow/img/infow
  17. size: 156 123
  18. opacity: 2
  19. visible: false
  20. focusable: false
  21. !text: tr('')
  22. margin-top:100
  23. margin-left: 80
  24.  
  25.  
  26.  
  27. StatsLabel
  28. id: attack
  29. !text: tr('')
  30. text-auto-resize: true
  31.  
  32. StatsLabel
  33. id: defense
  34. !text: tr('')
  35. text-auto-resize: true
  36.  
  37. StatsLabel
  38. id: eattack
  39. !text: tr('')
  40. text-auto-resize: true
  41.  
  42. StatsLabel
  43. id: edefense
  44. !text: tr('')
  45. text-auto-resize: true
  46.  
  47. StatsLabel
  48. id: speed
  49. !text: tr('')
  50. text-auto-resize: true
  51.  
  52. Label
  53. id: pokename
  54. anchors.left: parent.left
  55. anchors.top: parent.top
  56. margin-top: 22
  57. margin-left: 101
  58. !text: tr('')
  59. color: green
  60.  
  61.  
  62. Label
  63. id: pokelevel
  64. anchors.left: vitinfo.left
  65. anchors.top: parent.top
  66. margin-top: 109
  67. margin-left: 80
  68. !text: tr('')
  69. color: black
  70.  
  71.  
  72. Label
  73. id: boost
  74. anchors.left: vitinfo.left
  75. anchors.top: parent.top
  76. margin-top: 109
  77. margin-left: 0
  78. !text: tr('')
  79. color: white
  80.  
  81. UIButton
  82. id: runButton
  83. anchors.top: parent.top
  84. anchors.left: parent.left
  85. margin-top: 43
  86. margin-left: -10
  87. width: 47
  88. height: 17
  89. image-size: 47 17
  90. image-source: /modules/game_pokeWindow/img/call
  91. image-clip: 0 0 0 0
  92. @onClick: g_game.talk('/poke')
  93.  
  94. UIButton
  95. id: runButton
  96. anchors.top: parent.top
  97. anchors.left: parent.left
  98. margin-top: 65
  99. margin-left: -10
  100. width: 47
  101. height: 17
  102. image-size: 47 17
  103. image-source: /modules/game_pokeWindow/img/run
  104. image-clip: 0 0 0 0
  105. @onClick: g_game.talk('correr')
  106.  
  107. UIButton
  108. id: runButton
  109. anchors.top: parent.top
  110. anchors.left: parent.left
  111. margin-top: 35
  112. margin-left: 80
  113. width: 22
  114. height: 22
  115. image-size: 21 21
  116. image-source: /modules/game_pokeWindow/img/sdown
  117. image-clip: 0 0 0 0
  118. @onClick: g_game.talk('t3')
  119.  
  120. UIButton
  121. id: runButton
  122. anchors.top: parent.top
  123. anchors.left: parent.left
  124. margin-top: 23
  125. margin-left: 60
  126. width: 22
  127. height: 22
  128. image-size: 20 20
  129. image-source: /modules/game_pokeWindow/img/sleft
  130. image-clip: 0 0 0 0
  131. @onClick: g_game.talk('t4')
  132.  
  133. UIButton
  134. id: runButton
  135. anchors.top: parent.top
  136. anchors.left: parent.left
  137. margin-top: 10
  138. margin-left: 80
  139. width: 22
  140. height: 22
  141. image-size: 21 20
  142. image-source: /modules/game_pokeWindow/img/sup
  143. image-clip: 0 0 0 0
  144. @onClick: g_game.talk('t1')
  145.  
  146. UIButton
  147. id: runButton
  148. anchors.top: parent.top
  149. anchors.left: parent.left
  150. margin-top: 23
  151. margin-left: 102
  152. width: 22
  153. height: 22
  154. image-size: 20 20
  155. image-source: /modules/game_pokeWindow/img/sright
  156. image-clip: 0 0 0 0
  157. @onClick: g_game.talk('t2')
  158.  
  159.  
  160. LegSlot
  161. id: slot7
  162. anchors.top: parent.top
  163. anchors.left: parent.left
  164. margin-top: 1
  165. margin-left: -10
  166. width: 47
  167. height: 47
  168. image-size: 40 40
  169. Label
  170. id: attackinfo
  171. anchors.left: parent.left
  172. anchors.top: parent.top
  173. margin-top: 125
  174. margin-left: -7
  175. !text: tr('')
  176. color: white
  177.  
  178. Label
  179. id: defenseinfo
  180. anchors.left: attackinfo.left
  181. anchors.top: attackinfo.top
  182. margin-top: 15
  183. margin-left: 0
  184. !text: tr('')
  185. color: white
  186.  
  187. Label
  188. id: spatinfo
  189. anchors.left: attackinfo.left
  190. anchors.top: attackinfo.top
  191. margin-top: 31
  192. margin-left: 0
  193. !text: tr('')
  194. color: white
  195.  
  196. Label
  197. id: vitinfo
  198. anchors.left: attackinfo.left
  199. anchors.top: attackinfo.top
  200. margin-top: 47
  201. margin-left: 0
  202. !text: tr('')
  203. color: white
  204.  
  205. Label
  206. id: agiinfo
  207. anchors.left: attackinfo.left
  208. anchors.top: attackinfo.top
  209. margin-top: 63
  210. margin-left: 0
  211. !text: tr('')
  212. color: white
  213.  
  214.  
  215.  
  216. @onEscape: terminate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement