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.

169 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.0297089, 0.230469, 0.206942, 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_left = -6.0
  61. margin_top = -4.0
  62. margin_right = 5.0
  63. margin_bottom = 5.0
  64. rect_pivot_offset = Vector2( 0, 0 )
  65. mouse_filter = 0
  66. mouse_default_cursor_shape = 0
  67. size_flags_horizontal = 1
  68. size_flags_vertical = 0
  69. script = ExtResource( 1 )
  70. cost = 1
  71. ability_name = "Ability"
  72. display_progress = true
  73. action = ""
  74. [node name="Bar" type="ProgressBar" parent="." index="0"]
  75. anchor_left = 0.0
  76. anchor_top = 0.0
  77. anchor_right = 0.0
  78. anchor_bottom = 0.0
  79. margin_left = -20.0
  80. margin_top = -21.0
  81. margin_right = 30.0
  82. margin_bottom = 28.0
  83. rect_pivot_offset = Vector2( 0, 0 )
  84. mouse_filter = 0
  85. mouse_default_cursor_shape = 0
  86. size_flags_horizontal = 1
  87. size_flags_vertical = 0
  88. custom_styles/fg = SubResource( 2 )
  89. custom_styles/bg = SubResource( 1 )
  90. min_value = 0.0
  91. max_value = 100.0
  92. step = 1.0
  93. page = 0.0
  94. value = 0.0
  95. exp_edit = false
  96. rounded = false
  97. percent_visible = false
  98. [node name="Available" type="ColorRect" parent="." index="1"]
  99. anchor_left = 0.0
  100. anchor_top = 0.0
  101. anchor_right = 0.0
  102. anchor_bottom = 0.0
  103. margin_left = -25.0
  104. margin_top = -26.0
  105. margin_right = 25.0
  106. margin_bottom = 23.0
  107. rect_pivot_offset = Vector2( 0, 0 )
  108. mouse_filter = 0
  109. mouse_default_cursor_shape = 0
  110. size_flags_horizontal = 1
  111. size_flags_vertical = 0
  112. color = Color( 0.347443, 0.898438, 0.549761, 1 )
  113. [node name="Name" type="Label" parent="." index="2"]
  114. anchor_left = 0.0
  115. anchor_top = 0.0
  116. anchor_right = 0.0
  117. anchor_bottom = 0.0
  118. margin_left = -68.0
  119. margin_top = -49.0
  120. margin_right = 74.0
  121. margin_bottom = -35.0
  122. rect_pivot_offset = Vector2( 0, 0 )
  123. mouse_filter = 2
  124. mouse_default_cursor_shape = 0
  125. size_flags_horizontal = 1
  126. size_flags_vertical = 4
  127. custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 )
  128. text = "<Name>"
  129. align = 1
  130. percent_visible = 1.0
  131. lines_skipped = 0
  132. max_lines_visible = -1
  133. [node name="Button" type="Label" parent="." index="3"]
  134. anchor_left = 0.0
  135. anchor_top = 0.0
  136. anchor_right = 0.0
  137. anchor_bottom = 0.0
  138. margin_left = -68.0
  139. margin_top = 38.0
  140. margin_right = 74.0
  141. margin_bottom = 52.0
  142. rect_pivot_offset = Vector2( 0, 0 )
  143. mouse_filter = 2
  144. mouse_default_cursor_shape = 0
  145. size_flags_horizontal = 1
  146. size_flags_vertical = 4
  147. custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 )
  148. text = "<Button>"
  149. align = 1
  150. percent_visible = 1.0
  151. lines_skipped = 0
  152. max_lines_visible = -1