mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://src/Steering/Demos/SeekFlee/Seeker.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id=1]
|
||
|
|
||
|
[node name="Seeker" type="KinematicBody2D"]
|
||
|
collision_layer = 4
|
||
|
collision_mask = 6
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource( 1 )
|