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.

304 lines
6.4 KiB

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://scripts/lobby.gd" type="Script" id=1]
  3. [ext_resource path="res://scripts/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_left = 80.0
  10. margin_top = 99.0
  11. margin_right = 120.0
  12. margin_bottom = 139.0
  13. rect_pivot_offset = Vector2( 0, 0 )
  14. mouse_filter = 0
  15. mouse_default_cursor_shape = 0
  16. size_flags_horizontal = 1
  17. size_flags_vertical = 1
  18. script = ExtResource( 1 )
  19. [node name="Server" type="Button" parent="." index="0"]
  20. anchor_left = 0.0
  21. anchor_top = 0.0
  22. anchor_right = 0.0
  23. anchor_bottom = 0.0
  24. margin_left = 7.0
  25. margin_top = -9.0
  26. margin_right = 177.0
  27. margin_bottom = 46.0
  28. rect_pivot_offset = Vector2( 0, 0 )
  29. focus_mode = 2
  30. mouse_filter = 0
  31. mouse_default_cursor_shape = 0
  32. size_flags_horizontal = 1
  33. size_flags_vertical = 1
  34. toggle_mode = false
  35. enabled_focus_mode = 2
  36. shortcut = null
  37. group = null
  38. text = "Server"
  39. flat = false
  40. align = 1
  41. [node name="ServerStart" type="Button" parent="." index="1"]
  42. visible = false
  43. anchor_left = 0.0
  44. anchor_top = 0.0
  45. anchor_right = 0.0
  46. anchor_bottom = 0.0
  47. margin_left = 186.0
  48. margin_top = -8.0
  49. margin_right = 336.0
  50. margin_bottom = 47.0
  51. rect_pivot_offset = Vector2( 0, 0 )
  52. focus_mode = 2
  53. mouse_filter = 0
  54. mouse_default_cursor_shape = 0
  55. size_flags_horizontal = 1
  56. size_flags_vertical = 1
  57. toggle_mode = false
  58. enabled_focus_mode = 2
  59. shortcut = null
  60. group = null
  61. text = "Start game"
  62. flat = false
  63. align = 1
  64. _sections_unfolded = [ "Visibility" ]
  65. [node name="HSeparator" type="HSeparator" parent="." index="2"]
  66. anchor_left = 0.0
  67. anchor_top = 0.0
  68. anchor_right = 0.0
  69. anchor_bottom = 0.0
  70. margin_left = 10.0
  71. margin_top = 61.0
  72. margin_right = 408.0
  73. margin_bottom = 65.0
  74. rect_pivot_offset = Vector2( 0, 0 )
  75. mouse_filter = 0
  76. mouse_default_cursor_shape = 0
  77. size_flags_horizontal = 1
  78. size_flags_vertical = 1
  79. [node name="Client" type="Button" parent="." index="3"]
  80. anchor_left = 0.0
  81. anchor_top = 0.0
  82. anchor_right = 0.0
  83. anchor_bottom = 0.0
  84. margin_left = 10.0
  85. margin_top = 76.0
  86. margin_right = 175.0
  87. margin_bottom = 133.0
  88. rect_pivot_offset = Vector2( 0, 0 )
  89. focus_mode = 2
  90. mouse_filter = 0
  91. mouse_default_cursor_shape = 0
  92. size_flags_horizontal = 1
  93. size_flags_vertical = 1
  94. toggle_mode = false
  95. enabled_focus_mode = 2
  96. shortcut = null
  97. group = null
  98. text = "Client"
  99. flat = false
  100. align = 1
  101. [node name="IPLabel" type="Label" parent="." index="4"]
  102. anchor_left = 0.0
  103. anchor_top = 0.0
  104. anchor_right = 0.0
  105. anchor_bottom = 0.0
  106. margin_left = 189.0
  107. margin_top = 85.0
  108. margin_right = 214.0
  109. margin_bottom = 101.0
  110. rect_pivot_offset = Vector2( 0, 0 )
  111. mouse_filter = 2
  112. mouse_default_cursor_shape = 0
  113. size_flags_horizontal = 1
  114. size_flags_vertical = 4
  115. text = "IP:"
  116. percent_visible = 1.0
  117. lines_skipped = 0
  118. max_lines_visible = -1
  119. _sections_unfolded = [ "Visibility" ]
  120. [node name="IP" type="TextEdit" parent="." index="5"]
  121. anchor_left = 0.0
  122. anchor_top = 0.0
  123. anchor_right = 0.0
  124. anchor_bottom = 0.0
  125. margin_left = 186.0
  126. margin_top = 106.0
  127. margin_right = 288.0
  128. margin_bottom = 124.0
  129. rect_pivot_offset = Vector2( 0, 0 )
  130. focus_mode = 2
  131. mouse_filter = 0
  132. mouse_default_cursor_shape = 0
  133. size_flags_horizontal = 1
  134. size_flags_vertical = 1
  135. text = "127.0.0.1"
  136. readonly = false
  137. highlight_current_line = false
  138. syntax_highlighting = false
  139. show_line_numbers = false
  140. highlight_all_occurrences = false
  141. override_selected_font_color = false
  142. context_menu_enabled = true
  143. smooth_scrolling = false
  144. v_scroll_speed = 80.0
  145. hiding_enabled = 0
  146. wrap_lines = false
  147. caret_block_mode = false
  148. caret_blink = false
  149. caret_blink_speed = 0.65
  150. caret_moving_by_right_click = true
  151. [node name="HSeparator2" type="HSeparator" parent="." index="6"]
  152. anchor_left = 0.0
  153. anchor_top = 0.0
  154. anchor_right = 0.0
  155. anchor_bottom = 0.0
  156. margin_left = 13.0
  157. margin_top = 154.0
  158. margin_right = 411.0
  159. margin_bottom = 158.0
  160. rect_pivot_offset = Vector2( 0, 0 )
  161. mouse_filter = 0
  162. mouse_default_cursor_shape = 0
  163. size_flags_horizontal = 1
  164. size_flags_vertical = 1
  165. [node name="Singleplayer" type="Button" parent="." index="7"]
  166. anchor_left = 0.0
  167. anchor_top = 0.0
  168. anchor_right = 0.0
  169. anchor_bottom = 0.0
  170. margin_left = 12.0
  171. margin_top = 174.0
  172. margin_right = 171.0
  173. margin_bottom = 237.0
  174. rect_pivot_offset = Vector2( 0, 0 )
  175. focus_mode = 2
  176. mouse_filter = 0
  177. mouse_default_cursor_shape = 0
  178. size_flags_horizontal = 1
  179. size_flags_vertical = 1
  180. toggle_mode = false
  181. enabled_focus_mode = 2
  182. shortcut = null
  183. group = null
  184. text = "Singleplayer"
  185. flat = false
  186. align = 1
  187. [node name="VSeparator" type="VSeparator" parent="." index="8"]
  188. anchor_left = 0.0
  189. anchor_top = 0.0
  190. anchor_right = 0.0
  191. anchor_bottom = 0.0
  192. margin_left = 431.0
  193. margin_top = -3.0
  194. margin_right = 435.0
  195. margin_bottom = 110.0
  196. rect_pivot_offset = Vector2( 0, 0 )
  197. mouse_filter = 0
  198. mouse_default_cursor_shape = 0
  199. size_flags_horizontal = 1
  200. size_flags_vertical = 1
  201. [node name="Label" type="Label" parent="." index="9"]
  202. anchor_left = 0.0
  203. anchor_top = 0.0
  204. anchor_right = 0.0
  205. anchor_bottom = 0.0
  206. margin_left = 459.0
  207. margin_top = -6.0
  208. margin_right = 564.0
  209. margin_bottom = 13.0
  210. rect_pivot_offset = Vector2( 0, 0 )
  211. mouse_filter = 2
  212. mouse_default_cursor_shape = 0
  213. size_flags_horizontal = 1
  214. size_flags_vertical = 4
  215. text = "Player Settings"
  216. percent_visible = 1.0
  217. lines_skipped = 0
  218. max_lines_visible = -1
  219. [node name="Username" type="TextEdit" parent="." index="10"]
  220. anchor_left = 0.0
  221. anchor_top = 0.0
  222. anchor_right = 0.0
  223. anchor_bottom = 0.0
  224. margin_left = 457.0
  225. margin_top = 27.0
  226. margin_right = 636.0
  227. margin_bottom = 47.0
  228. rect_pivot_offset = Vector2( 0, 0 )
  229. focus_mode = 2
  230. mouse_filter = 0
  231. mouse_default_cursor_shape = 0
  232. size_flags_horizontal = 1
  233. size_flags_vertical = 1
  234. text = "Nickname"
  235. readonly = false
  236. highlight_current_line = false
  237. syntax_highlighting = false
  238. show_line_numbers = false
  239. highlight_all_occurrences = false
  240. override_selected_font_color = false
  241. context_menu_enabled = true
  242. smooth_scrolling = false
  243. v_scroll_speed = 80.0
  244. hiding_enabled = 0
  245. wrap_lines = false
  246. caret_block_mode = false
  247. caret_blink = false
  248. caret_blink_speed = 0.65
  249. caret_moving_by_right_click = true
  250. [node name="HeroSelect" type="OptionButton" parent="." index="11"]
  251. anchor_left = 0.0
  252. anchor_top = 0.0
  253. anchor_right = 0.0
  254. anchor_bottom = 0.0
  255. margin_left = 457.0
  256. margin_top = 67.0
  257. margin_right = 645.0
  258. margin_bottom = 87.0
  259. rect_rotation = -0.0115615
  260. rect_pivot_offset = Vector2( 0, 0 )
  261. focus_mode = 2
  262. mouse_filter = 0
  263. mouse_default_cursor_shape = 0
  264. size_flags_horizontal = 1
  265. size_flags_vertical = 1
  266. toggle_mode = false
  267. action_mode = 0
  268. enabled_focus_mode = 2
  269. shortcut = null
  270. group = null
  271. flat = false
  272. align = 0
  273. selected = -1
  274. items = [ ]
  275. script = ExtResource( 2 )