23 lines
686 B
Plaintext
23 lines
686 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://op0qicvpbjt6"]
|
|
|
|
[ext_resource type="Script" path="res://examples/boids/2d/simple/example.gd" id="1_3gcrf"]
|
|
[ext_resource type="Script" path="res://addons/boids/flock/flock.gd" id="2_1xeeb"]
|
|
|
|
[node name="Example" type="Node2D"]
|
|
script = ExtResource("1_3gcrf")
|
|
|
|
[node name="Flock" type="Node" parent="."]
|
|
script = ExtResource("2_1xeeb")
|
|
|
|
[node name="Flock2" type="Node" parent="."]
|
|
script = ExtResource("2_1xeeb")
|
|
|
|
[node name="Flock3" type="Node" parent="."]
|
|
script = ExtResource("2_1xeeb")
|
|
|
|
[node name="Flock4" type="Node" parent="."]
|
|
script = ExtResource("2_1xeeb")
|
|
|
|
[node name="Flock5" type="Node" parent="."]
|
|
script = ExtResource("2_1xeeb")
|