godot-steering-ai-framework/project/demos/seek_and_flee/Coward.tscn
Francois Belair fb538b72cb Reorganize project
The GST namespace has been added to prevent class name conflicts, and
the project has been reorganized to make extensions and purpose easier.
2020-01-12 10:16:37 -05:00

14 lines
355 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://demos/seek_and_flee/Coward.gd" type="Script" id=1]
[sub_resource type="CircleShape2D" id=1]
[node name="Coward" type="KinematicBody2D"]
collision_layer = 4
collision_mask = 6
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )