Breadmouth-home/Born Without Teeth/Wander/Wander.tscn

16 lines
386 B
Plaintext
Raw Normal View History

2021-09-02 21:23:34 +00:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Wander/Wander.gd" type="Script" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0, 0, 0 )
[node name="Wander" type="KinematicBody"]
script = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
disabled = true
[node name="Spatial" type="Spatial" parent="."]