16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
[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="."]
|