mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://demos/GroupBehaviors/Member.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://demos/GroupBehaviors/Spawner.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://demos/GroupBehaviors/GroupBehaviorsDemo.gd" type="Script" id=3]
|
||
|
|
||
|
[node name="GroupBehaviorsDemo" type="Node2D"]
|
||
|
script = ExtResource( 3 )
|
||
|
|
||
|
[node name="Spawner" type="Node2D" parent="."]
|
||
|
position = Vector2( 512, 300 )
|
||
|
script = ExtResource( 2 )
|
||
|
member = ExtResource( 1 )
|