Adds missing data

This commit is contained in:
Michel 2025-02-03 19:17:20 +01:00
parent e6391d9fdd
commit 53cdcc3433
620 changed files with 47293 additions and 151 deletions

View file

@ -1,16 +1,29 @@
[gd_scene load_steps=24 format=3 uid="uid://b1l8fvlceolf8"]
[gd_scene load_steps=31 format=3 uid="uid://b1l8fvlceolf8"]
[ext_resource type="Script" path="res://scripts/enemies/enemy.gd" id="1_n8jwt"]
[ext_resource type="PackedScene" uid="uid://o3oir3w6cs1y" path="res://content/enemies/enemies.fbx" id="1_nxu6l"]
[ext_resource type="Texture2D" uid="uid://csn8uoefcbua6" path="res://content/enemies/sprites/idle sprite.png" id="2_r5jpp"]
[ext_resource type="Animation" uid="uid://cguc5g4xb3ukw" path="res://content/enemies/animations/Vert_Fire.res" id="3_c2uq0"]
[ext_resource type="BehaviorTree" uid="uid://db7m2p0at5kmq" path="res://ai/enemy.tres" id="3_laok7"]
[ext_resource type="Texture2D" uid="uid://dku7f5fijokpn" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_NormalGL.png" id="4_ift72"]
[ext_resource type="Animation" uid="uid://c4ko34bx2fw2a" path="res://content/enemies/animations/Vert_Idle.res" id="4_ldm0s"]
[ext_resource type="AudioStream" uid="uid://cn33abuyca8so" path="res://audio/gun/assaultrifle.tres" id="4_t8l0v"]
[ext_resource type="Script" path="res://scripts/enemies/enemy_ai.gd" id="4_uu6te"]
[ext_resource type="Texture2D" uid="uid://buebtm6i0whgb" path="res://content/enemies/sprites/fire sprite.png" id="5_1c5tu"]
[ext_resource type="Texture2D" uid="uid://cpmhd8ni4r5lu" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_Roughness.png" id="5_2stbb"]
[ext_resource type="Animation" uid="uid://bkg0my1x3pao4" path="res://content/enemies/animations/Vert_Move.res" id="5_saiyq"]
[ext_resource type="PackedScene" uid="uid://bnwuklgcmgyw8" path="res://content/muzzleflash/muzzleflash.tscn" id="10_dtmwf"]
[ext_resource type="Script" path="res://demo/agents/scripts/health.gd" id="11_o71in"]
[ext_resource type="AudioStream" uid="uid://dj5b4cn5ody1b" path="res://audio/armorbreak/armorbreak.tres" id="13_ikanm"]
[ext_resource type="AudioStream" uid="uid://dq8k15jwlxhw" path="res://audio/footsteps/walk/footsteps_walking.tres" id="13_ispa7"]
[ext_resource type="Script" path="res://prefabs/movement_player.gd" id="14_m37f6"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3axg3"]
transparency = 1
albedo_texture = ExtResource("5_1c5tu")
roughness_texture = ExtResource("5_2stbb")
normal_enabled = true
normal_texture = ExtResource("4_ift72")
[sub_resource type="AnimationLibrary" id="AnimationLibrary_jm6ft"]
_data = {
@ -71,16 +84,17 @@ script = ExtResource("1_n8jwt")
transform = Transform3D(0.42, 0, 0, 0, 0.42, 0, 0, 0, 0.42, 0, 0, 0)
[node name="Vert" parent="enemies" index="0"]
transform = Transform3D(97.8205, -0.0251948, -20.7636, 0.0257551, 100, -4.37103e-06, 20.7636, -0.00534343, 97.8206, 0, 0.000652266, 0)
transform = Transform3D(99.7699, -0.0330577, 6.77809, 0.0331342, 100, -4.37112e-06, -6.77809, 0.00225023, 99.7699, 0, 0.000652266, 0)
material_overlay = SubResource("StandardMaterial3D_3axg3")
[node name="Sprite3D" type="Sprite3D" parent="enemies/Vert" index="0"]
transform = Transform3D(0.00999984, -1.44888e-06, 5.6131e-05, 1.44904e-06, 0.01, -2.46636e-08, -5.6131e-05, 3.27968e-08, 0.00999984, -3.11379e-06, 0.0260873, 0.000118726)
modulate = Color(1, 0.86, 0.86, 1)
texture = ExtResource("2_r5jpp")
[node name="Shoot Marker" type="Node3D" parent="enemies/Vert" index="1"]
[node name="Shoot Marker" type="Node3D" parent="enemies/Vert" index="0"]
transform = Transform3D(0.0242074, -1.30064e-06, 0.00624512, 9.47821e-07, 0.025, 1.53265e-06, -0.00624511, -1.24728e-06, 0.0242074, -0.00403827, 0.0391857, 0.00234848)
[node name="ShootSound" type="AudioStreamPlayer3D" parent="enemies/Vert/Shoot Marker"]
process_mode = 3
stream = ExtResource("4_t8l0v")
bus = &"Enemies"
[node name="AnimationPlayer" parent="enemies" index="1"]
libraries = {
"": SubResource("AnimationLibrary_jm6ft")
@ -92,12 +106,12 @@ tree_root = SubResource("AnimationNodeStateMachine_rdhva")
anim_player = NodePath("..")
parameters/Movement/blend_position = 0.00270998
[node name="BTPlayer" type="BTPlayer" parent="." node_paths=PackedStringArray("character", "sprite", "agent", "animationTree", "Origin")]
[node name="BTPlayer" type="BTPlayer" parent="." node_paths=PackedStringArray("character", "visual", "agent", "animationTree", "Origin")]
behavior_tree = ExtResource("3_laok7")
blackboard_plan = SubResource("BlackboardPlan_hf7lk")
script = ExtResource("4_uu6te")
character = NodePath("..")
sprite = NodePath("../enemies/Vert/Sprite3D")
visual = NodePath("../enemies/Vert")
idleTexture = ExtResource("2_r5jpp")
aggressiveTexture = ExtResource("5_1c5tu")
agent = NodePath("../NavigationAgent")
@ -117,4 +131,15 @@ target_desired_distance = 0.5
script = ExtResource("11_o71in")
max_health = 1.0
[node name="DeathSound" type="AudioStreamPlayer" parent="."]
process_mode = 3
stream = ExtResource("13_ikanm")
bus = &"Player"
[node name="Walking" type="AudioStreamPlayer3D" parent="." node_paths=PackedStringArray("targetElement")]
stream = ExtResource("13_ispa7")
bus = &"Enemies"
script = ExtResource("14_m37f6")
targetElement = NodePath("..")
[editable path="enemies"]