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,10 +1,10 @@
[gd_scene load_steps=4 format=3 uid="uid://5kypijhwjhok"]
[gd_scene format=3 uid="uid://5kypijhwjhok"]
[ext_resource type="Script" uid="uid://dhj7ck7ug6uoj" path="res://shield_ui_test.gd" id="1_uywwg"]
[ext_resource type="PackedScene" uid="uid://cqslp83lf0ku0" path="res://UI/ShieldUI/shield_ui.tscn" id="2_iketu"]
[ext_resource type="PackedScene" uid="uid://24x18qxqhy0i" path="res://UI/lives_bar.tscn" id="3_eamca"]
[node name="Control" type="Control" node_paths=PackedStringArray("shield", "lives_bar", "damage_label")]
[node name="Control" type="Control" unique_id=1777208994 node_paths=PackedStringArray("shield", "lives_bar", "damage_label")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -16,40 +16,40 @@ shield = NodePath("ShieldUI")
lives_bar = NodePath("LivesBar")
damage_label = NodePath("Controls/Label")
[node name="Controls" type="HBoxContainer" parent="."]
[node name="Controls" type="HBoxContainer" parent="." unique_id=969489075]
layout_mode = 0
offset_left = 251.0
offset_top = 13.0
offset_right = 311.00003
offset_bottom = 29.0
[node name="Label" type="Label" parent="Controls"]
[node name="Label" type="Label" parent="Controls" unique_id=873083378]
layout_mode = 2
text = "1"
[node name="VBoxContainer" type="HBoxContainer" parent="Controls"]
[node name="VBoxContainer" type="HBoxContainer" parent="Controls" unique_id=713716646]
layout_mode = 2
[node name="Button" type="Button" parent="Controls/VBoxContainer"]
[node name="Button" type="Button" parent="Controls/VBoxContainer" unique_id=1087798649]
layout_mode = 2
text = "<"
[node name="Button2" type="Button" parent="Controls/VBoxContainer"]
[node name="Button2" type="Button" parent="Controls/VBoxContainer" unique_id=1183830113]
layout_mode = 2
text = ">"
[node name="Button" type="Button" parent="Controls"]
[node name="Button" type="Button" parent="Controls" unique_id=1274052756]
layout_mode = 2
text = "hit"
[node name="ShieldUI" parent="." instance=ExtResource("2_iketu")]
[node name="ShieldUI" parent="." unique_id=591084228 instance=ExtResource("2_iketu")]
layout_mode = 0
offset_left = 130.0
offset_top = 31.0
offset_right = 130.0
offset_bottom = 31.0
[node name="LivesBar" parent="." instance=ExtResource("3_eamca")]
[node name="LivesBar" parent="." unique_id=1864343018 instance=ExtResource("3_eamca")]
layout_mode = 1
offset_left = 69.0
offset_top = 115.0