godot_boids/examples/boids/2d/simple/example.tscn

21 lines
631 B
Plaintext
Raw Normal View History

2024-08-30 01:32:01 +03:00
[gd_scene load_steps=4 format=3 uid="uid://op0qicvpbjt6"]
[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"]
[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")