|
|
- [gd_scene load_steps=3 format=2]
-
- [ext_resource path="res://scripts/hero_select_screen.gd" type="Script" id=1]
- [ext_resource path="res://scripts/hero_select.gd" type="Script" id=2]
-
- [node name="HeroSelect" type="ColorRect"]
-
- pause_mode = 2
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- color = Color( 0.097229, 0.104696, 0.105469, 1 )
- script = ExtResource( 1 )
-
- [node name="Hero" type="OptionButton" parent="." index="0"]
-
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- margin_left = -192.0
- margin_top = -103.0
- margin_right = 191.0
- margin_bottom = -6.0
- rect_rotation = -0.0115615
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- toggle_mode = false
- action_mode = 0
- enabled_focus_mode = 2
- shortcut = null
- group = null
- flat = false
- align = 0
- selected = -1
- items = [ ]
- script = ExtResource( 2 )
-
- [node name="Confirm" type="Button" parent="." index="1"]
-
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- margin_left = -163.0
- margin_top = 21.0
- margin_right = 163.0
- margin_bottom = 79.0
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- toggle_mode = false
- enabled_focus_mode = 2
- shortcut = null
- group = null
- text = "Select Hero"
- flat = false
- align = 1
-
- [node name="HeroDescription" type="RichTextLabel" parent="." index="2"]
-
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- margin_left = -198.0
- margin_top = 105.0
- margin_right = 197.0
- margin_bottom = 240.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = true
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- bbcode_enabled = false
- bbcode_text = ""
- visible_characters = -1
- percent_visible = 1.0
- meta_underlined = true
- tab_size = 4
- text = ""
- scroll_active = true
- scroll_following = false
- selection_enabled = false
- override_selected_font_color = false
-
-
|