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.

101 lines
2.1 KiB

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scripts/update.gd" type="Script" id=1]
  3. [ext_resource path="res://assets/DejaVuSansMono.ttf" type="DynamicFontData" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 50
  6. use_mipmaps = false
  7. use_filter = false
  8. font_data = ExtResource( 2 )
  9. [node name="Control" type="Control"]
  10. anchor_left = 0.0
  11. anchor_top = 0.0
  12. anchor_right = 1.0
  13. anchor_bottom = 1.0
  14. rect_pivot_offset = Vector2( 0, 0 )
  15. mouse_filter = 0
  16. mouse_default_cursor_shape = 0
  17. size_flags_horizontal = 1
  18. size_flags_vertical = 1
  19. [node name="HTTPRequest" type="HTTPRequest" parent="." index="0"]
  20. download_file = ""
  21. use_threads = false
  22. body_size_limit = -1
  23. max_redirects = 8
  24. script = ExtResource( 1 )
  25. domain = "http://ipv4.cosinegaming.com"
  26. [node name="ProgressBar" type="ProgressBar" parent="." index="1"]
  27. anchor_left = 0.5
  28. anchor_top = 0.5
  29. anchor_right = 0.5
  30. anchor_bottom = 0.5
  31. margin_left = -431.0
  32. margin_top = -30.5
  33. margin_right = 431.0
  34. margin_bottom = 30.5
  35. rect_pivot_offset = Vector2( 0, 0 )
  36. mouse_filter = 0
  37. mouse_default_cursor_shape = 0
  38. size_flags_horizontal = 1
  39. size_flags_vertical = 0
  40. min_value = 0.0
  41. max_value = 100.0
  42. step = 1.0
  43. page = 0.0
  44. value = 0.0
  45. exp_edit = false
  46. rounded = false
  47. percent_visible = true
  48. [node name="Updating" type="Label" parent="." index="2"]
  49. anchor_left = 0.5
  50. anchor_top = 0.5
  51. anchor_right = 0.5
  52. anchor_bottom = 0.5
  53. margin_left = -35.0
  54. margin_top = -63.0
  55. margin_right = 34.0
  56. margin_bottom = -49.0
  57. rect_pivot_offset = Vector2( 0, 0 )
  58. mouse_filter = 2
  59. mouse_default_cursor_shape = 0
  60. size_flags_horizontal = 1
  61. size_flags_vertical = 4
  62. text = "Updating..."
  63. percent_visible = 1.0
  64. lines_skipped = 0
  65. max_lines_visible = -1
  66. [node name="Title" type="Label" parent="." index="3"]
  67. anchor_left = 0.5
  68. anchor_top = 0.0
  69. anchor_right = 0.5
  70. anchor_bottom = 0.0
  71. margin_left = -209.0
  72. margin_top = 70.0
  73. margin_right = 208.0
  74. margin_bottom = 136.0
  75. rect_pivot_offset = Vector2( 0, 0 )
  76. mouse_filter = 2
  77. mouse_default_cursor_shape = 0
  78. size_flags_horizontal = 1
  79. size_flags_vertical = 4
  80. custom_fonts/font = SubResource( 1 )
  81. custom_colors/font_color = Color( 1, 1, 1, 1 )
  82. text = "VANAGLORIA"
  83. align = 1
  84. percent_visible = 1.0
  85. lines_skipped = 0
  86. max_lines_visible = -1