changes + enemy particles

This commit is contained in:
Michael Campbell 2026-04-30 04:42:00 -04:00
parent 457de8dcaa
commit 0f8f737bc0
12 changed files with 2949 additions and 24 deletions

View file

@ -1,9 +1,10 @@
[gd_scene format=4 uid="uid://b7oinpdwh22ux"]
[ext_resource type="PackedScene" uid="uid://oyqyvj5xo5mf" path="res://enemies/base_enemy.tscn" id="1_7uqh4"]
[ext_resource type="PackedScene" uid="uid://bfkfo2o6ftxh3" path="res://models/police_van.glb" id="3_xdbmk"]
[ext_resource type="Texture2D" uid="uid://bwdt7ad6ibdti" path="res://models/police_van_body_albedo.png" id="4_5tnfg"]
[ext_resource type="Texture2D" uid="uid://c85jdrq4127t0" path="res://models/police_van_lights_albedo.png" id="5_2da0u"]
[ext_resource type="PackedScene" uid="uid://bfkfo2o6ftxh3" path="res://models/vehicles/police_van.glb" id="3_xdbmk"]
[ext_resource type="Texture2D" uid="uid://bwdt7ad6ibdti" path="res://models/vehicles/police_van_body_albedo.png" id="4_5tnfg"]
[ext_resource type="Texture2D" uid="uid://c85jdrq4127t0" path="res://models/vehicles/police_van_lights_albedo.png" id="5_2da0u"]
[ext_resource type="PackedScene" uid="uid://2fnt8wgcb88j" path="res://enemies/shatters/police_van_shatter.tscn" id="5_ylgqm"]
[sub_resource type="BoxShape3D" id="BoxShape3D_6pftu"]
size = Vector3(5.7382813, 2.0439758, 1.8857422)
@ -62,10 +63,12 @@ albedo_texture = ExtResource("5_2da0u")
roughness = 0.5
texture_filter = 0
[node name="PoliceVan" unique_id=206023291 instance=ExtResource("1_7uqh4")]
[node name="PoliceVan" unique_id=206023291 node_paths=PackedStringArray("mesh") instance=ExtResource("1_7uqh4")]
max_speed = 10.0
health = 25.0
knockback_mul = 2.0
shatter_scene = ExtResource("5_ylgqm")
mesh = NodePath("police_van")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hurtbox" parent_id_path=PackedInt32Array(688205599) index="0" unique_id=1007044077]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.34838867, 0.57774353, 0)
@ -108,13 +111,13 @@ shape = SubResource("BoxShape3D_7ka6v")
[node name="police_van" parent="." index="4" unique_id=1952355113 instance=ExtResource("3_xdbmk")]
transform = Transform3D(-1.9777934e-08, 0, 0.45246637, 0, 0.45246637, 0, -0.45246637, 0, -1.9777934e-08, 0, 1.0239301, 0)
[node name="Body" parent="police_van" index="0" unique_id=1199253755]
[node name="Body" parent="police_van" index="0" unique_id=626686773]
material_override = SubResource("StandardMaterial3D_t11rc")
[node name="MeshInstance3D" type="MeshInstance3D" parent="police_van/Body" index="0" unique_id=1822399305]
mesh = SubResource("ArrayMesh_03co8")
[node name="Lights" parent="police_van" index="2" unique_id=1814683428]
[node name="Lights" parent="police_van" index="2" unique_id=220033131]
material_override = SubResource("StandardMaterial3D_6njff")
[editable path="police_van"]