37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dqlw131ldoewm"]
|
|
|
|
[ext_resource type="Script" path="res://UI/MenuBar/Quests/QuestDisplayer.gd" id="1_7f2o6"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oaqtv"]
|
|
bg_color = Color(0.6, 0.6, 0.6, 0)
|
|
|
|
[node name="QuestDisplayer" type="PanelContainer"]
|
|
offset_right = 263.0
|
|
offset_bottom = 26.0
|
|
size_flags_horizontal = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_oaqtv")
|
|
script = ExtResource("1_7f2o6")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/margin_left = 5
|
|
|
|
[node name="QuestNameLabel" type="Label" parent="HBoxContainer/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.85098, 0, 0, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 4
|
|
theme_override_constants/shadow_outline_size = 4
|
|
theme_override_font_sizes/font_size = 19
|
|
text = "Beesley's Special Juice"
|
|
|
|
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|