103 lines
3.5 KiB
Plaintext
103 lines
3.5 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://cpkhjdfo8muux"]
|
|
|
|
[ext_resource type="Script" path="res://UI/Sugaring/SugaringMenu.gd" id="1_lfsbr"]
|
|
[ext_resource type="Theme" uid="uid://dkofjwlcf80gp" path="res://UI/Themes/InteractionPopupTheme.tres" id="1_qprgy"]
|
|
[ext_resource type="PackedScene" uid="uid://c3ku75p4ep3c7" path="res://UI/Inventory/InventoryDisplayer.tscn" id="2_mbl82"]
|
|
[ext_resource type="Texture2D" uid="uid://bc4emgqs4t71u" path="res://UI/Sugaring/SugarMound.png" id="4_vfmd6"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xnej8"]
|
|
bg_color = Color(0.901961, 0.67451, 0.843137, 1)
|
|
border_width_left = 4
|
|
border_width_top = 4
|
|
border_width_right = 19
|
|
border_width_bottom = 4
|
|
border_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="SugaringMenu" type="Window"]
|
|
process_mode = 3
|
|
size = Vector2i(600, 500)
|
|
unresizable = true
|
|
borderless = true
|
|
theme = ExtResource("1_qprgy")
|
|
script = ExtResource("1_lfsbr")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
offset_right = 590.0
|
|
offset_bottom = 8.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_xnej8")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
|
custom_minimum_size = Vector2(590, 490)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 11
|
|
|
|
[node name="SugarerName" type="Label" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0.4, 0.952941, 1, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 9
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "Sugar Time!"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_right = 8
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Inventory" parent="PanelContainer/VBoxContainer/MarginContainer/HBoxContainer" instance=ExtResource("2_mbl82")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="PanelContainer/VBoxContainer/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
|
|
[node name="SugarCount" type="Label" parent="PanelContainer/VBoxContainer/MarginContainer/HBoxContainer/PanelContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_font_sizes/font_size = 26
|
|
text = "Sugar Left: 34"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="LeaveButton" type="Button" parent="PanelContainer/VBoxContainer/MarginContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Leave"
|
|
|
|
[node name="SugarMound" type="Sprite2D" parent="."]
|
|
position = Vector2(444, 412)
|
|
scale = Vector2(0.95, 1.072)
|
|
texture = ExtResource("4_vfmd6")
|
|
|
|
[node name="SugarParticles" type="CPUParticles2D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector2(445, 65)
|
|
amount = 50
|
|
lifetime = 1.05
|
|
emission_shape = 3
|
|
emission_rect_extents = Vector2(115, 1)
|
|
direction = Vector2(0, 1)
|
|
spread = 9.76
|
|
gravity = Vector2(0, 400)
|
|
initial_velocity_min = 100.0
|
|
initial_velocity_max = 140.0
|
|
scale_amount_max = 2.0
|
|
|
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/MarginContainer2/LeaveButton" to="." method="_on_leave_button_pressed"]
|