34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://da0es74lcp66y"]
|
|
|
|
[ext_resource type="Script" uid="uid://dfn0507e4nccu" path="res://scripts/quest_log_entry.gd" id="1_0aavb"]
|
|
[ext_resource type="Texture2D" uid="uid://bldpiytpdrge6" path="res://graphics/icon.svg" id="1_guj74"]
|
|
|
|
[node name="Quest Log Entry" type="Panel"]
|
|
custom_minimum_size = Vector2(200, 50)
|
|
script = ExtResource("1_0aavb")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Icon" type="TextureRect" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(50, 50)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_guj74")
|
|
expand_mode = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="NameLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Quest Name"
|
|
|
|
[node name="StatusLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Quest Status"
|