89 lines
2.9 KiB
Plaintext
89 lines
2.9 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://qynm4xskjj5x"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d30v7gk31mcms" path="res://Skills/Scavenging/scavengingIcon2.png" id="1_2rwic"]
|
|
[ext_resource type="Script" path="res://UI/EventPopups/levelup_popup.gd" id="1_nau6t"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wblss"]
|
|
|
|
[node name="LevelupPopup" type="PanelContainer"]
|
|
process_mode = 3
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_left = 1.0
|
|
offset_top = 4.0
|
|
offset_right = 1.0
|
|
offset_bottom = 331.0
|
|
grow_horizontal = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_wblss")
|
|
script = ExtResource("1_nau6t")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 6
|
|
mouse_filter = 2
|
|
theme_override_constants/separation = -15
|
|
|
|
[node name="SkillIcon" type="TextureRect" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 100)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
mouse_filter = 2
|
|
texture = ExtResource("1_2rwic")
|
|
expand_mode = 5
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = -6
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_colors/font_color = Color(0, 0.862745, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 20
|
|
theme_override_font_sizes/font_size = 69
|
|
text = "Level Up!"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
theme_override_constants/separation = 0
|
|
alignment = 1
|
|
|
|
[node name="SkillName" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/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 = 7
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 27
|
|
text = "Your Juice Drinking increased to "
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="Level" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/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 = 19
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 48
|
|
text = "16"
|
|
horizontal_alignment = 1
|