Files
Decked-Out-Defense/UI/pickup_notification.tscn
2026-01-28 13:42:26 +11:00

33 lines
1.1 KiB
Plaintext

[gd_scene format=3 uid="uid://chnj376d3lcjd"]
[ext_resource type="Script" uid="uid://b6vynawytkd0k" path="res://Scripts/pickup_notification.gd" id="1_cgy5u"]
[node name="PanelContainer" type="PanelContainer" unique_id=558156112]
script = ExtResource("1_cgy5u")
fade_out_time = 2.0
text_style = Color(0, 0, 0, 0.862745)
common_background = Color(1, 1, 1, 0.784314)
uncommon_background = Color(0.196078, 0.8, 0.141176, 0.784314)
rare_background = Color(0.141176, 0.231373, 0.8, 0.784314)
epic_background = Color(0.709804, 0.141176, 0.8, 0.784314)
legendary_background = Color(0.882353, 0.478431, 0.117647, 0.784314)
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=35062190]
layout_mode = 2
[node name="Label2" type="Label" parent="HBoxContainer" unique_id=1094819840]
layout_mode = 2
text = "+1"
[node name="Label" type="Label" parent="HBoxContainer" unique_id=643826422]
layout_mode = 2
size_flags_horizontal = 3
text = "Rocket Launcher 50"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Timer" type="Timer" parent="." unique_id=447509176]
one_shot = true
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]