28 lines
850 B
Plaintext
28 lines
850 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cc521i07ajufm"]
|
|
|
|
[ext_resource type="Script" path="res://entities/SpawnPoint.gd" id="1_l0ld5"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_8id3y"]
|
|
top_radius = 0.3
|
|
height = 0.1
|
|
radial_segments = 5
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1ha80"]
|
|
height = 1.0
|
|
radius = 1.0
|
|
|
|
[node name="SpawnPoint" type="Node3D"]
|
|
script = ExtResource("1_l0ld5")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0239549, 0)
|
|
mesh = SubResource("CylinderMesh_8id3y")
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
shape = SubResource("CylinderShape3D_1ha80")
|