A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
3.8 KiB

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scripts/ability_icon.gd" type="Script" id=1]
  3. [sub_resource type="StyleBoxFlat" id=2]
  4. content_margin_left = -1.0
  5. content_margin_right = -1.0
  6. content_margin_top = -1.0
  7. content_margin_bottom = -1.0
  8. bg_color = Color( 0.042572, 0.351562, 0.315353, 1 )
  9. draw_center = true
  10. border_width_left = 0
  11. border_width_top = 0
  12. border_width_right = 0
  13. border_width_bottom = 0
  14. border_color = Color( 0.8, 0.8, 0.8, 1 )
  15. border_blend = false
  16. corner_radius_top_left = 0
  17. corner_radius_top_right = 0
  18. corner_radius_bottom_right = 0
  19. corner_radius_bottom_left = 0
  20. corner_detail = 8
  21. expand_margin_left = 0.0
  22. expand_margin_right = 0.0
  23. expand_margin_top = 0.0
  24. expand_margin_bottom = 0.0
  25. shadow_color = Color( 0, 0, 0, 0.6 )
  26. shadow_size = 0
  27. anti_aliasing = true
  28. anti_aliasing_size = 1
  29. [sub_resource type="StyleBoxFlat" id=1]
  30. content_margin_left = -1.0
  31. content_margin_right = -1.0
  32. content_margin_top = -1.0
  33. content_margin_bottom = -1.0
  34. bg_color = Color( 0.73822, 0.921875, 0.814265, 0.403333 )
  35. draw_center = true
  36. border_width_left = 0
  37. border_width_top = 0
  38. border_width_right = 0
  39. border_width_bottom = 0
  40. border_color = Color( 0.8, 0.8, 0.8, 1 )
  41. border_blend = false
  42. corner_radius_top_left = 0
  43. corner_radius_top_right = 0
  44. corner_radius_bottom_right = 0
  45. corner_radius_bottom_left = 0
  46. corner_detail = 8
  47. expand_margin_left = 0.0
  48. expand_margin_right = 0.0
  49. expand_margin_top = 0.0
  50. expand_margin_bottom = 0.0
  51. shadow_color = Color( 0, 0, 0, 0.6 )
  52. shadow_size = 0
  53. anti_aliasing = true
  54. anti_aliasing_size = 1
  55. [node name="Ability" type="Control"]
  56. anchor_left = 0.0
  57. anchor_top = 0.0
  58. anchor_right = 0.0
  59. anchor_bottom = 0.0
  60. margin_right = 30.0
  61. margin_bottom = 30.0
  62. rect_pivot_offset = Vector2( 0, 0 )
  63. mouse_filter = 0
  64. mouse_default_cursor_shape = 0
  65. size_flags_horizontal = 1
  66. size_flags_vertical = 0
  67. script = ExtResource( 1 )
  68. cost = 1
  69. ability_name = "Ability"
  70. display_progress = true
  71. action = ""
  72. [node name="Bar" type="ProgressBar" parent="." index="0"]
  73. anchor_left = 0.0
  74. anchor_top = 0.0
  75. anchor_right = 0.0
  76. anchor_bottom = 0.0
  77. margin_left = -25.0
  78. margin_top = -25.0
  79. margin_right = 25.0
  80. margin_bottom = 25.0
  81. rect_pivot_offset = Vector2( 0, 0 )
  82. mouse_filter = 0
  83. mouse_default_cursor_shape = 0
  84. size_flags_horizontal = 1
  85. size_flags_vertical = 0
  86. custom_styles/fg = SubResource( 2 )
  87. custom_styles/bg = SubResource( 1 )
  88. min_value = 0.0
  89. max_value = 100.0
  90. step = 1.0
  91. page = 0.0
  92. value = 0.0
  93. exp_edit = false
  94. rounded = false
  95. percent_visible = false
  96. [node name="Available" type="ColorRect" parent="." index="1"]
  97. anchor_left = 0.0
  98. anchor_top = 0.0
  99. anchor_right = 0.0
  100. anchor_bottom = 0.0
  101. margin_left = -30.0
  102. margin_top = -30.0
  103. margin_right = 20.0
  104. margin_bottom = 20.0
  105. rect_pivot_offset = Vector2( 0, 0 )
  106. mouse_filter = 0
  107. mouse_default_cursor_shape = 0
  108. size_flags_horizontal = 1
  109. size_flags_vertical = 0
  110. color = Color( 0.347443, 0.898438, 0.549761, 1 )
  111. [node name="Name" type="Label" parent="." index="2"]
  112. anchor_left = 0.0
  113. anchor_top = 0.0
  114. anchor_right = 0.0
  115. anchor_bottom = 0.0
  116. margin_left = -72.0
  117. margin_top = -44.0
  118. margin_right = 70.0
  119. margin_bottom = -30.0
  120. rect_pivot_offset = Vector2( 0, 0 )
  121. mouse_filter = 2
  122. mouse_default_cursor_shape = 0
  123. size_flags_horizontal = 1
  124. size_flags_vertical = 4
  125. custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 )
  126. text = "<Name>"
  127. align = 1
  128. percent_visible = 1.0
  129. lines_skipped = 0
  130. max_lines_visible = -1
  131. [node name="Button" type="Label" parent="." index="3"]
  132. anchor_left = 0.0
  133. anchor_top = 0.0
  134. anchor_right = 0.0
  135. anchor_bottom = 0.0
  136. margin_left = -72.0
  137. margin_top = 29.0
  138. margin_right = 70.0
  139. margin_bottom = 43.0
  140. rect_pivot_offset = Vector2( 0, 0 )
  141. mouse_filter = 2
  142. mouse_default_cursor_shape = 0
  143. size_flags_horizontal = 1
  144. size_flags_vertical = 4
  145. custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 )
  146. text = "<Button>"
  147. align = 1
  148. percent_visible = 1.0
  149. lines_skipped = 0
  150. max_lines_visible = -1