52 lines
1.9 KiB
Text
52 lines
1.9 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://bs45hvb2mpw4k"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="1_4i8li"]
|
|
[ext_resource type="Script" uid="uid://d1bq5f35wptxt" path="res://scenes/dragon_list/dragon_list_entry.gd" id="1_s7he7"]
|
|
[ext_resource type="FontFile" uid="uid://dn8qanm8tctb2" path="res://assets/fonts/Montserrat-Regular.ttf" id="2_s7he7"]
|
|
[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_y33em"]
|
|
[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="3_84ie0"]
|
|
[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/decor.tres" id="4_xvxt0"]
|
|
|
|
[node name="DragonProperties" type="Control" node_paths=PackedStringArray("texture_rect", "name_label", "origin_label")]
|
|
custom_minimum_size = Vector2(0, 128)
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_s7he7")
|
|
texture_rect = NodePath("TextureRect")
|
|
name_label = NodePath("Name")
|
|
origin_label = NodePath("Origin")
|
|
hat_outfits = ExtResource("2_y33em")
|
|
shirt_outfits = ExtResource("3_84ie0")
|
|
shoes_outfits = ExtResource("4_xvxt0")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 128.0
|
|
offset_bottom = 128.0
|
|
texture = ExtResource("1_4i8li")
|
|
expand_mode = 1
|
|
|
|
[node name="Name" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 132.0
|
|
offset_top = 4.0
|
|
offset_right = 449.0
|
|
offset_bottom = 128.0
|
|
scale = Vector2(0.8, 1)
|
|
theme_override_fonts/font = ExtResource("2_s7he7")
|
|
theme_override_font_sizes/font_size = 36
|
|
text = "AAAAAAAA"
|
|
|
|
[node name="Origin" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 132.0
|
|
offset_top = 8.0
|
|
offset_right = 530.0
|
|
offset_bottom = 72.0
|
|
scale = Vector2(0.8, 1)
|
|
theme_override_fonts/font = ExtResource("2_s7he7")
|
|
theme_override_font_sizes/font_size = 21
|
|
text = "AAAAAAAAAAAAAAAAAAAAAA"
|
|
vertical_alignment = 2
|