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,4 +1,4 @@
[gd_scene load_steps=22 format=3 uid="uid://cqslp83lf0ku0"]
[gd_scene format=3 uid="uid://cqslp83lf0ku0"]
[ext_resource type="Script" uid="uid://kiivev1q63p0" path="res://UI/ShieldUI/shield_ui.gd" id="1_aa64g"]
[ext_resource type="Texture2D" uid="uid://bv3alwpq8esky" path="res://UI/ShieldUI/health_border.png" id="2_lvnxo"]
@@ -73,7 +73,7 @@ region = Rect2(0, 990, 66, 66)
atlas = ExtResource("4_yanml")
region = Rect2(0, 0, 66, 66)
[node name="ShieldUI" type="Control" node_paths=PackedStringArray("cells", "hit_glow", "fade_timer")]
[node name="ShieldUI" type="Control" unique_id=1946009063 node_paths=PackedStringArray("cells", "hit_glow", "fade_timer")]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_aa64g")
@@ -81,110 +81,110 @@ cells = [NodePath("Border/Cell1"), NodePath("Border/Cell2"), NodePath("Border/Ce
hit_glow = NodePath("HitGlow")
fade_timer = NodePath("Timer")
[node name="Border" type="TextureRect" parent="."]
[node name="Border" type="TextureRect" parent="." unique_id=651498087]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_lvnxo")
stretch_mode = 5
[node name="Cell1" type="TextureRect" parent="Border"]
[node name="Cell1" type="TextureRect" parent="Border" unique_id=1352923396]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_5gv4u")
[node name="Cell2" type="TextureRect" parent="Border"]
[node name="Cell2" type="TextureRect" parent="Border" unique_id=178252359]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_ye2cs")
[node name="Cell3" type="TextureRect" parent="Border"]
[node name="Cell3" type="TextureRect" parent="Border" unique_id=2035986493]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_gmtb0")
[node name="Cell4" type="TextureRect" parent="Border"]
[node name="Cell4" type="TextureRect" parent="Border" unique_id=1632897318]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_ylmjw")
[node name="Cell5" type="TextureRect" parent="Border"]
[node name="Cell5" type="TextureRect" parent="Border" unique_id=2049112546]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_ulao6")
[node name="Cell6" type="TextureRect" parent="Border"]
[node name="Cell6" type="TextureRect" parent="Border" unique_id=1572421605]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_usluy")
[node name="Cell7" type="TextureRect" parent="Border"]
[node name="Cell7" type="TextureRect" parent="Border" unique_id=1443129320]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_kgv6k")
[node name="Cell8" type="TextureRect" parent="Border"]
[node name="Cell8" type="TextureRect" parent="Border" unique_id=1552792867]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_ymret")
[node name="Cell9" type="TextureRect" parent="Border"]
[node name="Cell9" type="TextureRect" parent="Border" unique_id=922206820]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_d35xv")
[node name="Cell10" type="TextureRect" parent="Border"]
[node name="Cell10" type="TextureRect" parent="Border" unique_id=713969238]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_yyjyl")
[node name="Cell11" type="TextureRect" parent="Border"]
[node name="Cell11" type="TextureRect" parent="Border" unique_id=270182963]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_p3fdm")
[node name="Cell12" type="TextureRect" parent="Border"]
[node name="Cell12" type="TextureRect" parent="Border" unique_id=1000625727]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_2xxhe")
[node name="Cell13" type="TextureRect" parent="Border"]
[node name="Cell13" type="TextureRect" parent="Border" unique_id=1458233208]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_8cwn3")
[node name="Cell14" type="TextureRect" parent="Border"]
[node name="Cell14" type="TextureRect" parent="Border" unique_id=1026968401]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_q14re")
[node name="Cell15" type="TextureRect" parent="Border"]
[node name="Cell15" type="TextureRect" parent="Border" unique_id=295105060]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_nmmm8")
[node name="Cell16" type="TextureRect" parent="Border"]
[node name="Cell16" type="TextureRect" parent="Border" unique_id=1471825176]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = SubResource("AtlasTexture_vp71v")
[node name="HitGlow" type="TextureRect" parent="."]
[node name="HitGlow" type="TextureRect" parent="." unique_id=695465243]
visible = false
modulate = Color(1, 1, 1, 0.8)
layout_mode = 0
@@ -193,7 +193,7 @@ offset_bottom = 40.0
texture = SubResource("AtlasTexture_slxus")
stretch_mode = 5
[node name="Timer" type="Timer" parent="."]
[node name="Timer" type="Timer" parent="." unique_id=386916480]
wait_time = 2.0
one_shot = true