made smoke textures and tweaked materials

This commit is contained in:
derek
2024-11-25 17:07:35 -06:00
parent cca03000e5
commit caaf0ff519
137 changed files with 2270 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=60 format=4 uid="uid://djr7vnr1hcx82"]
[gd_scene load_steps=61 format=4 uid="uid://djr7vnr1hcx82"]
[ext_resource type="Script" path="res://scripts/spider.gd" id="1_7e7fe"]
[ext_resource type="Texture2D" uid="uid://dmyn4eq2r12ue" path="res://assets/Models/spider1.albedoRAW.png" id="1_di6b8"]
@@ -730,6 +730,9 @@ _surfaces = [{
[sub_resource type="BoxShape3D" id="BoxShape3D_xxx55"]
size = Vector3(0.816284, 0.725159, 0.75531)
[sub_resource type="SphereShape3D" id="SphereShape3D_53sks"]
radius = 0.201929
[node name="spider" type="CharacterBody3D" groups=["enemy"]]
collision_layer = 8
collision_mask = 9
@@ -922,6 +925,10 @@ volume_db = 10.0
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0258179, 1.03281, 0.00894165)
shape = SubResource("BoxShape3D_xxx55")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.31018, 0.440626)
shape = SubResource("SphereShape3D_53sks")
[connection signal="body_entered" from="body/Area3D" to="body/Area3D" method="_on_body_entered"]
[connection signal="body_part_hit" from="body/Area3D" to="." method="_on_area_3d_body_part_hit"]
[connection signal="timeout" from="Timers/prefire_timer" to="." method="_on_prefire_timer_timeout"]