24 lines
918 B
Text
24 lines
918 B
Text
[gd_scene format=3 uid="uid://beruy087nlwfu"]
|
|
|
|
[ext_resource type="Script" uid="uid://c1owlhp4be7wi" path="res://player/projectile/player_projectile.gd" id="1_0gc0p"]
|
|
[ext_resource type="PackedScene" uid="uid://yri7p15m8l1u" path="res://utils/lifetime/lifetime.tscn" id="2_73r22"]
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_wqvto"]
|
|
radius = 0.25
|
|
height = 0.5
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_0gc0p"]
|
|
radius = 0.25
|
|
|
|
[node name="PlayerProjectile" type="Area3D" unique_id=966789634]
|
|
collision_layer = 0
|
|
collision_mask = 12
|
|
script = ExtResource("1_0gc0p")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=2116862847]
|
|
mesh = SubResource("SphereMesh_wqvto")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=908451103]
|
|
shape = SubResource("SphereShape3D_0gc0p")
|
|
|
|
[node name="Lifetime" parent="." unique_id=631221358 instance=ExtResource("2_73r22")]
|