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.

154 lines
3.1 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"]
  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 = 5.0
  45. margin_top = 45.0
  46. margin_right = 54.0
  47. margin_bottom = 65.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 = 6.0
  67. margin_top = 87.0
  68. margin_right = 185.0
  69. margin_bottom = 107.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 = 72.0
  98. margin_top = 8.0
  99. margin_right = 161.0
  100. margin_bottom = 28.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 = 238.0
  120. margin_top = 9.0
  121. margin_right = 426.0
  122. margin_bottom = 29.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 )