[gd_scene load_steps=6 format=3 uid="uid://tubxrqxjic6r"] [ext_resource type="PackedScene" uid="uid://bs45hvb2mpw4k" path="res://scenes/dragon_list/dragon_properties.tscn" id="1_4vct3"] [ext_resource type="Script" uid="uid://dm8d0ikf1n8qa" path="res://scenes/dragon_list/dragon_list_view.gd" id="1_q7g8i"] [ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="3_xxwat"] [ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="4_7mhmu"] [ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/shoes.tres" id="5_h4iwm"] [node name="DragonList" type="Window" node_paths=PackedStringArray("dragon_list_view")] size = Vector2i(450, 700) always_on_top = true script = ExtResource("1_q7g8i") dragon_list_entry = ExtResource("1_4vct3") dragon_list_view = NodePath("CanvasLayer/ScrollContainer/VBoxContainer") hat_outfits = ExtResource("3_xxwat") shirt_outfits = ExtResource("4_7mhmu") shoes_outfits = ExtResource("5_h4iwm") [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="ScrollContainer" type="ScrollContainer" parent="CanvasLayer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/ScrollContainer"] layout_mode = 2 [connection signal="close_requested" from="." to="." method="_on_close_requested"]