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,9 +1,8 @@
[gd_scene load_steps=12 format=3 uid="uid://cgcslt0rsg6e3"]
[gd_scene format=3 uid="uid://cgcslt0rsg6e3"]
[ext_resource type="Script" uid="uid://du13pv0e5fah" path="res://Scripts/target_dummy.gd" id="1_f72ee"]
[ext_resource type="Resource" uid="uid://bdkcwve6d35gl" path="res://Worlds/TestingRange/Enemies/dummy.tres" id="2_7pldl"]
[ext_resource type="Script" uid="uid://bamhci3kawuyt" path="res://Scripts/health.gd" id="3_8hqew"]
[ext_resource type="PackedScene" uid="uid://cqtew0t8sttpm" path="res://UI/DamageParticle/damage_particle.tscn" id="4_0ruff"]
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="4_yinjs"]
[ext_resource type="PackedScene" uid="uid://ri8r03wqy80t" path="res://Scenes/8_direction_sprite.tscn" id="5_t0dpu"]
[ext_resource type="Texture2D" uid="uid://brjk5pu0up85s" path="res://Assets/TextureAtlases/dummy.tres" id="6_agkvc"]
@@ -16,56 +15,54 @@ radius = 0.7173
[sub_resource type="ViewportTexture" id="ViewportTexture_ieafj"]
viewport_path = NodePath("Dog/SubViewport")
[node name="PathFollow3D" type="PathFollow3D" node_paths=PackedStringArray("status_manager") groups=["Enemies"]]
[node name="PathFollow3D" type="PathFollow3D" unique_id=1282400801 node_paths=PackedStringArray("status_manager") groups=["Enemies"]]
loop = false
script = ExtResource("1_f72ee")
stats = ExtResource("2_7pldl")
status_manager = NodePath("Dog/StatusEffector")
[node name="Dog" type="CharacterBody3D" parent="."]
[node name="Dog" type="CharacterBody3D" parent="." unique_id=353259623]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.204674, 0)
collision_layer = 4
collision_mask = 3
[node name="Health" type="Node" parent="Dog"]
[node name="Health" type="Node" parent="Dog" unique_id=807438193]
script = ExtResource("3_8hqew")
damage_particle_scene = ExtResource("4_0ruff")
[node name="Hitbox" type="CollisionShape3D" parent="Dog"]
[node name="Hitbox" type="CollisionShape3D" parent="Dog" unique_id=1426520142]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.527022, 0)
shape = SubResource("SphereShape3D_21dgw")
script = ExtResource("4_yinjs")
[node name="DirectionSprite" parent="Dog" instance=ExtResource("5_t0dpu")]
[node name="DirectionSprite" parent="Dog" unique_id=567255248 instance=ExtResource("5_t0dpu")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.642479, 0)
pixel_size = 0.04
texture = ExtResource("6_agkvc")
[node name="Sprite3D" type="Sprite3D" parent="Dog"]
[node name="Sprite3D" type="Sprite3D" parent="Dog" unique_id=1702836743]
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 1.47182, 0)
pixel_size = 0.02
billboard = 1
texture_filter = 0
texture = SubResource("ViewportTexture_ieafj")
[node name="StatusEffector" type="Node3D" parent="Dog" node_paths=PackedStringArray("hbox")]
[node name="StatusEffector" type="Node3D" parent="Dog" unique_id=552782108]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.18114, 0)
script = ExtResource("8_melp1")
hbox = NodePath("../SubViewport/HBoxContainer")
[node name="SubViewport" type="SubViewport" parent="Dog"]
[node name="SubViewport" type="SubViewport" parent="Dog" unique_id=1330489832]
transparent_bg = true
size = Vector2i(200, 55)
render_target_update_mode = 4
[node name="HBoxContainer" type="HBoxContainer" parent="Dog/SubViewport"]
[node name="HBoxContainer" type="HBoxContainer" parent="Dog/SubViewport" unique_id=1699836553]
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 32.0
grow_horizontal = 2
alignment = 1
[node name="ProgressBar" type="TextureProgressBar" parent="Dog/SubViewport"]
[node name="ProgressBar" type="TextureProgressBar" parent="Dog/SubViewport" unique_id=1362797323]
visible = false
offset_top = 36.0
offset_right = 200.0