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.

213 lines
4.4 KiB

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://lobby.gd" type="Script" id=1]
  3. [ext_resource path="res://hero_select.gd" type="Script" id=2]
  4. [node name="Control" type="Control" index="0"]
  5. anchor_left = 0.0
  6. anchor_top = 0.0
  7. anchor_right = 0.0
  8. anchor_bottom = 0.0
  9. margin_right = 40.0
  10. margin_bottom = 40.0
  11. rect_pivot_offset = Vector2( 0, 0 )
  12. mouse_filter = 0
  13. mouse_default_cursor_shape = 0
  14. size_flags_horizontal = 1
  15. size_flags_vertical = 1
  16. script = ExtResource( 1 )
  17. [node name="Server" type="Button" parent="." index="0"]
  18. anchor_left = 0.0
  19. anchor_top = 0.0
  20. anchor_right = 0.0
  21. anchor_bottom = 0.0
  22. margin_left = 4.0
  23. margin_top = 12.0
  24. margin_right = 56.0
  25. margin_bottom = 32.0
  26. rect_pivot_offset = Vector2( 0, 0 )
  27. focus_mode = 2
  28. mouse_filter = 0
  29. mouse_default_cursor_shape = 0
  30. size_flags_horizontal = 1
  31. size_flags_vertical = 1
  32. toggle_mode = false
  33. enabled_focus_mode = 2
  34. shortcut = null
  35. group = null
  36. text = "Server"
  37. flat = false
  38. align = 1
  39. [node name="Client" type="Button" parent="." index="1"]
  40. anchor_left = 0.0
  41. anchor_top = 0.0
  42. anchor_right = 0.0
  43. anchor_bottom = 0.0
  44. margin_left = 133.0
  45. margin_top = 55.0
  46. margin_right = 182.0
  47. margin_bottom = 75.0
  48. rect_pivot_offset = Vector2( 0, 0 )
  49. focus_mode = 2
  50. mouse_filter = 0
  51. mouse_default_cursor_shape = 0
  52. size_flags_horizontal = 1
  53. size_flags_vertical = 1
  54. toggle_mode = false
  55. enabled_focus_mode = 2
  56. shortcut = null
  57. group = null
  58. text = "Client"
  59. flat = false
  60. align = 1
  61. [node name="Username" type="TextEdit" parent="." index="2"]
  62. anchor_left = 0.0
  63. anchor_top = 0.0
  64. anchor_right = 0.0
  65. anchor_bottom = 0.0
  66. margin_left = 8.0
  67. margin_top = 180.0
  68. margin_right = 187.0
  69. margin_bottom = 200.0
  70. rect_pivot_offset = Vector2( 0, 0 )
  71. focus_mode = 2
  72. mouse_filter = 0
  73. mouse_default_cursor_shape = 0
  74. size_flags_horizontal = 1
  75. size_flags_vertical = 1
  76. text = ""
  77. readonly = false
  78. highlight_current_line = false
  79. syntax_highlighting = false
  80. show_line_numbers = false
  81. highlight_all_occurrences = false
  82. override_selected_font_color = false
  83. context_menu_enabled = true
  84. smooth_scrolling = false
  85. v_scroll_speed = 80.0
  86. hiding_enabled = 0
  87. wrap_lines = false
  88. caret_block_mode = false
  89. caret_blink = false
  90. caret_blink_speed = 0.65
  91. caret_moving_by_right_click = true
  92. [node name="Singleplayer" type="Button" parent="." index="3"]
  93. anchor_left = 0.0
  94. anchor_top = 0.0
  95. anchor_right = 0.0
  96. anchor_bottom = 0.0
  97. margin_left = 5.0
  98. margin_top = 94.0
  99. margin_right = 94.0
  100. margin_bottom = 114.0
  101. rect_pivot_offset = Vector2( 0, 0 )
  102. focus_mode = 2
  103. mouse_filter = 0
  104. mouse_default_cursor_shape = 0
  105. size_flags_horizontal = 1
  106. size_flags_vertical = 1
  107. toggle_mode = false
  108. enabled_focus_mode = 2
  109. shortcut = null
  110. group = null
  111. text = "Singleplayer"
  112. flat = false
  113. align = 1
  114. [node name="HeroSelect" type="OptionButton" parent="." index="4"]
  115. anchor_left = 0.0
  116. anchor_top = 0.0
  117. anchor_right = 0.0
  118. anchor_bottom = 0.0
  119. margin_left = 5.0
  120. margin_top = 142.0
  121. margin_right = 193.0
  122. margin_bottom = 162.0
  123. rect_rotation = -0.0115615
  124. rect_pivot_offset = Vector2( 0, 0 )
  125. focus_mode = 2
  126. mouse_filter = 0
  127. mouse_default_cursor_shape = 0
  128. size_flags_horizontal = 1
  129. size_flags_vertical = 1
  130. toggle_mode = false
  131. action_mode = 0
  132. enabled_focus_mode = 2
  133. shortcut = null
  134. group = null
  135. flat = false
  136. align = 0
  137. selected = -1
  138. items = [ ]
  139. script = ExtResource( 2 )
  140. [node name="TextEdit" type="TextEdit" parent="." index="5"]
  141. anchor_left = 0.0
  142. anchor_top = 0.0
  143. anchor_right = 0.0
  144. anchor_bottom = 0.0
  145. margin_left = 7.0
  146. margin_top = 55.0
  147. margin_right = 118.0
  148. margin_bottom = 75.0
  149. rect_pivot_offset = Vector2( 0, 0 )
  150. focus_mode = 2
  151. mouse_filter = 0
  152. mouse_default_cursor_shape = 0
  153. size_flags_horizontal = 1
  154. size_flags_vertical = 1
  155. text = "IP"
  156. readonly = false
  157. highlight_current_line = false
  158. syntax_highlighting = false
  159. show_line_numbers = false
  160. highlight_all_occurrences = false
  161. override_selected_font_color = false
  162. context_menu_enabled = true
  163. smooth_scrolling = false
  164. v_scroll_speed = 80.0
  165. hiding_enabled = 0
  166. wrap_lines = false
  167. caret_block_mode = false
  168. caret_blink = false
  169. caret_blink_speed = 0.65
  170. caret_moving_by_right_click = true
  171. [node name="ServerStart" type="Button" parent="." index="6"]
  172. visible = false
  173. anchor_left = 0.0
  174. anchor_top = 0.0
  175. anchor_right = 0.0
  176. anchor_bottom = 0.0
  177. margin_left = 72.0
  178. margin_top = 12.0
  179. margin_right = 152.0
  180. margin_bottom = 32.0
  181. rect_pivot_offset = Vector2( 0, 0 )
  182. focus_mode = 2
  183. mouse_filter = 0
  184. mouse_default_cursor_shape = 0
  185. size_flags_horizontal = 1
  186. size_flags_vertical = 1
  187. toggle_mode = false
  188. enabled_focus_mode = 2
  189. shortcut = null
  190. group = null
  191. text = "Start game"
  192. flat = false
  193. align = 1
  194. _sections_unfolded = [ "Visibility" ]