2024-08-30 01:32:01 +03:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://op0qicvpbjt6"]
|
2024-08-26 11:55:38 +03:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://examples/boids/2d/simple/example.gd" id="1_3gcrf"]
|
2024-08-29 04:51:21 +03:00
|
|
|
|
2024-08-30 01:32:01 +03:00
|
|
|
[sub_resource type="Environment" id="Environment_jxsqf"]
|
|
|
|
background_mode = 3
|
|
|
|
glow_enabled = true
|
|
|
|
glow_bloom = 0.2
|
|
|
|
glow_blend_mode = 1
|
|
|
|
|
2024-08-29 04:51:21 +03:00
|
|
|
[sub_resource type="FlockProperties" id="FlockProperties_cvyp0"]
|
2024-08-26 11:55:38 +03:00
|
|
|
|
|
|
|
[node name="Example" type="Node2D"]
|
|
|
|
script = ExtResource("1_3gcrf")
|
|
|
|
|
2024-08-30 01:32:01 +03:00
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
|
environment = SubResource("Environment_jxsqf")
|
|
|
|
|
2024-08-29 04:51:21 +03:00
|
|
|
[node name="Flock" type="Flock2D" parent="."]
|
|
|
|
properties = SubResource("FlockProperties_cvyp0")
|