updated to godot 4.6

This commit is contained in:
2026-01-28 13:42:26 +11:00
parent 5bbc2c0cb0
commit 6f1105cdbe
795 changed files with 5616 additions and 2077 deletions

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://chnj376d3lcjd"]
[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"]
[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)
@@ -12,21 +12,21 @@ 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="."]
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=35062190]
layout_mode = 2
[node name="Label2" type="Label" parent="HBoxContainer"]
[node name="Label2" type="Label" parent="HBoxContainer" unique_id=1094819840]
layout_mode = 2
text = "+1"
[node name="Label" type="Label" parent="HBoxContainer"]
[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="."]
[node name="Timer" type="Timer" parent="." unique_id=447509176]
one_shot = true
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]