trop de chose jpp
This commit is contained in:
22
scene/check_point.tscn
Normal file
22
scene/check_point.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user