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.

146 lines
3.3 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. [node name="Bar" type="ProgressBar" parent="." index="0"]
  74. anchor_left = 0.0
  75. anchor_top = 0.0
  76. anchor_right = 0.0
  77. anchor_bottom = 0.0
  78. margin_left = -20.0
  79. margin_top = -21.0
  80. margin_right = 30.0
  81. margin_bottom = 28.0
  82. rect_pivot_offset = Vector2( 0, 0 )
  83. mouse_filter = 0
  84. mouse_default_cursor_shape = 0
  85. size_flags_horizontal = 1
  86. size_flags_vertical = 0
  87. custom_styles/fg = SubResource( 2 )
  88. custom_styles/bg = SubResource( 1 )
  89. min_value = 0.0
  90. max_value = 100.0
  91. step = 1.0
  92. page = 0.0
  93. value = 0.0
  94. exp_edit = false
  95. rounded = false
  96. percent_visible = false
  97. [node name="Available" type="ColorRect" parent="." index="1"]
  98. anchor_left = 0.0
  99. anchor_top = 0.0
  100. anchor_right = 0.0
  101. anchor_bottom = 0.0
  102. margin_left = -25.0
  103. margin_top = -26.0
  104. margin_right = 25.0
  105. margin_bottom = 23.0
  106. rect_pivot_offset = Vector2( 0, 0 )
  107. mouse_filter = 0
  108. mouse_default_cursor_shape = 0
  109. size_flags_horizontal = 1
  110. size_flags_vertical = 0
  111. color = Color( 0.347443, 0.898438, 0.549761, 1 )
  112. [node name="Name" type="Label" parent="." index="2"]
  113. anchor_left = 0.0
  114. anchor_top = 0.0
  115. anchor_right = 0.0
  116. anchor_bottom = 0.0
  117. margin_left = -65.0
  118. margin_top = 36.0
  119. margin_right = 77.0
  120. margin_bottom = 50.0
  121. rect_pivot_offset = Vector2( 0, 0 )
  122. mouse_filter = 2
  123. mouse_default_cursor_shape = 0
  124. size_flags_horizontal = 1
  125. size_flags_vertical = 4
  126. custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 )
  127. text = "<Name>"
  128. align = 1
  129. percent_visible = 1.0
  130. lines_skipped = 0
  131. max_lines_visible = -1