23 lines
802 B
Plaintext
23 lines
802 B
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://bkfr2sxxhhjcn"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://dqq6rfbnf5xo" path="res://scripts/Building.gd" id="1_gfisn"]
|
||
|
[ext_resource type="Script" uid="uid://inyhfjkw5h2u" path="res://scripts/PathfindObstacle.gd" id="2_515t0"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_i7id8"]
|
||
|
radius = 32.0
|
||
|
|
||
|
[node name="Building" type="StaticBody2D" groups=["Buildings"]]
|
||
|
collision_layer = 4
|
||
|
collision_mask = 7
|
||
|
script = ExtResource("1_gfisn")
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CircleShape2D_i7id8")
|
||
|
|
||
|
[node name="PathfindObstacle" type="Node2D" parent="."]
|
||
|
script = ExtResource("2_515t0")
|
||
|
added_weight = 99.0
|
||
|
metadata/_custom_type_script = "uid://inyhfjkw5h2u"
|
||
|
|
||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|