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