mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://demos/group_behaviors/Member.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
radius = 15.0
|
|
|
|
[node name="Member" type="KinematicBody2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|