prototype
This commit is contained in:
commit
5bac9ddd2a
33 changed files with 956 additions and 0 deletions
24
player_projectile.tscn
Normal file
24
player_projectile.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene format=3 uid="uid://beruy087nlwfu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c1owlhp4be7wi" path="res://player_projectile.gd" id="1_0gc0p"]
|
||||
[ext_resource type="PackedScene" uid="uid://yri7p15m8l1u" path="res://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")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue