67 lines
2.1 KiB
Plaintext
67 lines
2.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://np6lbq86x6hd"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c3m2e2k7pa3al" path="res://Items/Foods/Fruits/Sprites/Apple.png" id="1_m6p5t"]
|
|
[ext_resource type="Script" path="res://UI/EventPopups/ItemPickupPopup.gd" id="1_utng7"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nmmge"]
|
|
bg_color = Color(0.596078, 0.721569, 0.929412, 1)
|
|
border_width_left = 6
|
|
border_width_top = 6
|
|
border_width_right = 6
|
|
border_width_bottom = 6
|
|
border_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="ItemPickupPopup" type="PanelContainer"]
|
|
process_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 309.0
|
|
offset_top = 23.0
|
|
offset_right = -296.0
|
|
offset_bottom = -514.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_nmmge")
|
|
script = ExtResource("1_utng7")
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="."]
|
|
layout_mode = 2
|
|
collapsed = true
|
|
dragger_visibility = 2
|
|
|
|
[node name="ItemSprite" type="TextureRect" parent="HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
texture = ExtResource("1_m6p5t")
|
|
expand_mode = 2
|
|
stretch_mode = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="Label" type="Label" parent="HSplitContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 19
|
|
text = "Item Get!"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="Message" type="Label" parent="HSplitContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 2
|
|
theme_override_colors/font_color = Color(0.831373, 0, 0.498039, 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 = 0
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "You got a Cucumber"
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 2
|