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.

102 lines
2.2 KiB

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://scripts/hero_select_screen.gd" type="Script" id=1]
  3. [ext_resource path="res://scripts/hero_select.gd" type="Script" id=2]
  4. [node name="HeroSelect" type="ColorRect" index="0"]
  5. pause_mode = 2
  6. anchor_left = 0.0
  7. anchor_top = 0.0
  8. anchor_right = 1.0
  9. anchor_bottom = 1.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. color = Color( 0.097229, 0.104696, 0.105469, 1 )
  16. script = ExtResource( 1 )
  17. _sections_unfolded = [ "Anchor", "Margin", "Material", "Pause", "Visibility" ]
  18. [node name="Hero" type="OptionButton" parent="." index="0"]
  19. anchor_left = 0.5
  20. anchor_top = 0.5
  21. anchor_right = 0.5
  22. anchor_bottom = 0.5
  23. margin_left = -192.0
  24. margin_top = -103.0
  25. margin_right = 191.0
  26. margin_bottom = -6.0
  27. rect_rotation = -0.0115615
  28. rect_pivot_offset = Vector2( 0, 0 )
  29. focus_mode = 2
  30. mouse_filter = 0
  31. mouse_default_cursor_shape = 0
  32. size_flags_horizontal = 1
  33. size_flags_vertical = 1
  34. toggle_mode = false
  35. action_mode = 0
  36. enabled_focus_mode = 2
  37. shortcut = null
  38. group = null
  39. flat = false
  40. align = 0
  41. selected = -1
  42. items = [ ]
  43. script = ExtResource( 2 )
  44. [node name="Confirm" type="Button" parent="." index="1"]
  45. anchor_left = 0.5
  46. anchor_top = 0.5
  47. anchor_right = 0.5
  48. anchor_bottom = 0.5
  49. margin_left = -163.0
  50. margin_top = 21.0
  51. margin_right = 163.0
  52. margin_bottom = 79.0
  53. rect_pivot_offset = Vector2( 0, 0 )
  54. focus_mode = 2
  55. mouse_filter = 0
  56. mouse_default_cursor_shape = 0
  57. size_flags_horizontal = 1
  58. size_flags_vertical = 1
  59. toggle_mode = false
  60. enabled_focus_mode = 2
  61. shortcut = null
  62. group = null
  63. text = "Select Hero"
  64. flat = false
  65. align = 1
  66. [node name="HeroDescription" type="RichTextLabel" parent="." index="2"]
  67. anchor_left = 0.5
  68. anchor_top = 0.5
  69. anchor_right = 0.5
  70. anchor_bottom = 0.5
  71. margin_left = -198.0
  72. margin_top = 105.0
  73. margin_right = 197.0
  74. margin_bottom = 240.0
  75. rect_pivot_offset = Vector2( 0, 0 )
  76. rect_clip_content = true
  77. mouse_filter = 0
  78. mouse_default_cursor_shape = 0
  79. size_flags_horizontal = 1
  80. size_flags_vertical = 1
  81. bbcode_enabled = false
  82. bbcode_text = ""
  83. visible_characters = -1
  84. percent_visible = 1.0
  85. meta_underlined = true
  86. tab_size = 4
  87. text = ""
  88. scroll_active = true
  89. scroll_following = false
  90. selection_enabled = false
  91. override_selected_font_color = false