FantasyRun/obstacles/obstacle.tscn

13 lines
397 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dkcjoccsgbggg"]
[ext_resource type="Script" path="res://obstacles/obstacle.gd" id="1_ab8so"]
[sub_resource type="BoxShape3D" id="BoxShape3D_c6wik"]
size = Vector3(10, 2, 0.5)
[node name="Obstacle" type="Area3D"]
script = ExtResource("1_ab8so")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_c6wik")