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.

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