-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectile.tscn
More file actions
19 lines (13 loc) · 761 Bytes
/
Copy pathProjectile.tscn
File metadata and controls
19 lines (13 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[gd_scene load_steps=5 format=3 uid="uid://5iavsqppdbo6"]
[ext_resource type="Material" uid="uid://8c6cotg53ped" path="res://Projectiles/shaders/projectile_2.tres" id="1_nladc"]
[ext_resource type="Script" path="res://Projectiles/Projectile.gd" id="2_srgww"]
[sub_resource type="SphereMesh" id="SphereMesh_d20g4"]
[sub_resource type="SphereShape3D" id="SphereShape3D_4o1kf"]
[node name="Projectile2" type="MeshInstance3D" groups=["Projectile"]]
material_overlay = ExtResource("1_nladc")
cast_shadow = 0
mesh = SubResource("SphereMesh_d20g4")
script = ExtResource("2_srgww")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_4o1kf")
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]