godot_boids/examples/boid_2d/simple/example.tscn

13 lines
503 B
Plaintext
Raw Normal View History

2024-08-19 16:53:54 +03:00
[gd_scene load_steps=2 format=3 uid="uid://op0qicvpbjt6"]
[ext_resource type="Script" path="res://examples/boid_2d/simple/example.gd" id="1_3gcrf"]
[node name="Example" type="Node2D"]
script = ExtResource("1_3gcrf")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
collision_priority = 4.0
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="StaticBody2D"]
polygon = PackedVector2Array(1152, 0, 1152, 648, 0, 648, 0, 0, 1088, 0, 1088, 64, 64, 64, 64, 576, 1088, 576, 1088, 0)