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.

87 lines
1.7 KiB

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scenes/lobby.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://assets/DejaVuSansMono.ttf" type="DynamicFontData" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 40
  6. use_mipmaps = false
  7. use_filter = false
  8. font_data = ExtResource( 2 )
  9. [node name="Lobby" instance=ExtResource( 1 )]
  10. [node name="Label" type="Label" parent="." index="0"]
  11. anchor_left = 0.0
  12. anchor_top = 0.0
  13. anchor_right = 0.0
  14. anchor_bottom = 0.0
  15. margin_left = 602.0
  16. margin_top = 276.0
  17. margin_right = 938.0
  18. margin_bottom = 324.0
  19. rect_pivot_offset = Vector2( 0, 0 )
  20. mouse_filter = 2
  21. mouse_default_cursor_shape = 0
  22. size_flags_horizontal = 1
  23. size_flags_vertical = 4
  24. custom_fonts/font = SubResource( 1 )
  25. text = "Practice Range"
  26. percent_visible = 1.0
  27. lines_skipped = 0
  28. max_lines_visible = -1
  29. [node name="HeroSelect" parent="." index="1"]
  30. margin_top = 62.0
  31. margin_bottom = 62.0
  32. [node name="Username" parent="." index="2"]
  33. visible = false
  34. margin_top = 308.0
  35. margin_bottom = 341.0
  36. [node name="Spectating" parent="." index="3"]
  37. visible = false
  38. [node name="LevelSelect" parent="." index="4"]
  39. margin_top = 401.0
  40. margin_bottom = 442.0
  41. items = [ "Platform map", null, false, 0, null, "City-like thing", null, false, 1, null, "Slide", null, false, 2, null ]
  42. [node name="TeamLabel" parent="." index="5"]
  43. visible = false
  44. [node name="Team" parent="." index="6"]
  45. visible = false
  46. [node name="PlayerList" parent="." index="7"]
  47. visible = false
  48. [node name="Ready" parent="." index="8"]
  49. visible = false
  50. [node name="StartGame" parent="." index="9"]
  51. visible = true
  52. margin_left = 41.0
  53. margin_top = 486.0
  54. margin_right = 163.0
  55. margin_bottom = 526.0
  56. text = "Play!"
  57. [node name="VSeparator" parent="." index="10"]
  58. visible = false
  59. [editable path="HeroSelect"]