35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bkwwjnxj4iufi"]
|
|
|
|
[ext_resource type="Script" uid="uid://qv10wys8xel3" path="res://scripts/quest_panel_entry.gd" id="1_v2yp5"]
|
|
[ext_resource type="Texture2D" uid="uid://biir7hjo6b4nl" path="res://graphics/adventurer-profile-pic.png" id="2_ksvjh"]
|
|
|
|
[node name="QuestPanelEntry" type="PanelContainer"]
|
|
script = ExtResource("1_v2yp5")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ksvjh")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="NameLabel" type="Label" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(190, 0)
|
|
layout_mode = 2
|
|
text = "Test test"
|
|
|
|
[node name="StatusLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Adventurer"
|
|
|
|
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|