FantasyRun/obstacles/obstacle.tscn
Matthew Welch c1bb198be6 Start work on tile generator autoload
update tile positioning to work with the spawn points
2024-10-05 14:09:45 -07:00

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_78mjh"]
[sub_resource type="BoxShape3D" id="BoxShape3D_c6wik"]
size = Vector3(10, 2, 0.5)
[node name="Obstacle" type="Area3D"]
script = ExtResource("1_78mjh")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_c6wik")