Files
Idiot_du_Village/scene/check_point.tscn
2025-01-18 10:43:11 +01:00

23 lines
759 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://du08nv2jrl6vr"]
[ext_resource type="Script" path="res://script/check_point.gd" id="1_kjo7t"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_r3do8"]
radius = 2.0
[sub_resource type="BoxMesh" id="BoxMesh_3wcn3"]
[node name="check_point" type="Node3D"]
script = ExtResource("1_kjo7t")
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("CylinderShape3D_r3do8")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.65283, 0)
mesh = SubResource("BoxMesh_3wcn3")
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]