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.

124 lines
2.5 KiB

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://lobby.gd" type="Script" id=1]
  3. [node name="Control" type="Control" index="0"]
  4. anchor_left = 0.0
  5. anchor_top = 0.0
  6. anchor_right = 0.0
  7. anchor_bottom = 0.0
  8. margin_right = 40.0
  9. margin_bottom = 40.0
  10. rect_pivot_offset = Vector2( 0, 0 )
  11. mouse_filter = 0
  12. mouse_default_cursor_shape = 0
  13. size_flags_horizontal = 1
  14. size_flags_vertical = 1
  15. script = ExtResource( 1 )
  16. [node name="Server" type="Button" parent="." index="0"]
  17. anchor_left = 0.0
  18. anchor_top = 0.0
  19. anchor_right = 0.0
  20. anchor_bottom = 0.0
  21. margin_top = 6.0
  22. margin_right = 52.0
  23. margin_bottom = 26.0
  24. rect_pivot_offset = Vector2( 0, 0 )
  25. focus_mode = 2
  26. mouse_filter = 0
  27. mouse_default_cursor_shape = 0
  28. size_flags_horizontal = 1
  29. size_flags_vertical = 1
  30. toggle_mode = false
  31. enabled_focus_mode = 2
  32. shortcut = null
  33. group = null
  34. text = "Server"
  35. flat = false
  36. align = 1
  37. [node name="Client" type="Button" parent="." index="1"]
  38. anchor_left = 0.0
  39. anchor_top = 0.0
  40. anchor_right = 0.0
  41. anchor_bottom = 0.0
  42. margin_left = 1.0
  43. margin_top = 44.0
  44. margin_right = 50.0
  45. margin_bottom = 64.0
  46. rect_pivot_offset = Vector2( 0, 0 )
  47. focus_mode = 2
  48. mouse_filter = 0
  49. mouse_default_cursor_shape = 0
  50. size_flags_horizontal = 1
  51. size_flags_vertical = 1
  52. toggle_mode = false
  53. enabled_focus_mode = 2
  54. shortcut = null
  55. group = null
  56. text = "Client"
  57. flat = false
  58. align = 1
  59. [node name="Username" type="TextEdit" parent="." index="2"]
  60. anchor_left = 0.0
  61. anchor_top = 0.0
  62. anchor_right = 0.0
  63. anchor_bottom = 0.0
  64. margin_left = 3.0
  65. margin_top = 88.0
  66. margin_right = 182.0
  67. margin_bottom = 108.0
  68. rect_pivot_offset = Vector2( 0, 0 )
  69. focus_mode = 2
  70. mouse_filter = 0
  71. mouse_default_cursor_shape = 0
  72. size_flags_horizontal = 1
  73. size_flags_vertical = 1
  74. text = ""
  75. readonly = false
  76. highlight_current_line = false
  77. syntax_highlighting = false
  78. show_line_numbers = false
  79. highlight_all_occurrences = false
  80. override_selected_font_color = false
  81. context_menu_enabled = true
  82. smooth_scrolling = false
  83. v_scroll_speed = 80.0
  84. hiding_enabled = 0
  85. wrap_lines = false
  86. caret_block_mode = false
  87. caret_blink = false
  88. caret_blink_speed = 0.65
  89. caret_moving_by_right_click = true
  90. [node name="Singleplayer" type="Button" parent="." index="3"]
  91. anchor_left = 0.0
  92. anchor_top = 0.0
  93. anchor_right = 0.0
  94. anchor_bottom = 0.0
  95. margin_left = 72.0
  96. margin_top = 8.0
  97. margin_right = 161.0
  98. margin_bottom = 28.0
  99. rect_pivot_offset = Vector2( 0, 0 )
  100. focus_mode = 2
  101. mouse_filter = 0
  102. mouse_default_cursor_shape = 0
  103. size_flags_horizontal = 1
  104. size_flags_vertical = 1
  105. toggle_mode = false
  106. enabled_focus_mode = 2
  107. shortcut = null
  108. group = null
  109. text = "Singleplayer"
  110. flat = false
  111. align = 1