11 lines
378 B
Plaintext
11 lines
378 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")
|