made scene assets

This commit is contained in:
Derek
2024-07-24 23:05:42 -05:00
parent 390fabbf70
commit 33468194de
27 changed files with 768 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=12 format=3 uid="uid://dqhltdnqyg8ni"]
[gd_scene load_steps=11 format=3 uid="uid://dqhltdnqyg8ni"]
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_oj0f5"]
[ext_resource type="Texture2D" uid="uid://dqytegxsmb5kg" path="res://assets/Models/bullet.transparency.png" id="2_0ks2n"]
@@ -72,13 +72,7 @@ emission_enabled = true
emission = Color(0.737886, 0.150238, 0.0835467, 1)
emission_energy_multiplier = 8.0
[sub_resource type="BoxShape3D" id="BoxShape3D_w40h0"]
size = Vector3(0.128906, 0.112305, 1.4917)
[node name="Bullet" type="RigidBody3D"]
collision_layer = 0
collision_mask = 0
mass = 0.1
[node name="Bullet" type="Node3D"]
script = ExtResource("1_oj0f5")
[node name="gunbullet1" type="Node3D" parent="."]
@@ -126,9 +120,3 @@ autostart = true
[node name="HitIndicator" type="AudioStreamPlayer" parent="Audio"]
stream = ExtResource("3_6j0l2")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.0290527)
shape = SubResource("BoxShape3D_w40h0")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]