Compare commits
5 Commits
b307837dc5
...
a604c99a42
| Author | SHA1 | Date |
|---|---|---|
|
|
a604c99a42 | 2 years ago |
|
|
57dcd72f36 | 2 years ago |
|
|
2f387a1a7b | 2 years ago |
|
|
1c498ef822 | 2 years ago |
|
|
914103a81d | 2 years ago |
@ -1,9 +1,17 @@ |
||||
[gd_scene load_steps=3 format=3 uid="uid://b2hu7kxvxvgc1"] |
||||
[gd_scene load_steps=4 format=3 uid="uid://b2hu7kxvxvgc1"] |
||||
|
||||
[ext_resource type="Script" path="res://nodes/npc_factory/npc_factory.gd" id="1_p5cuf"] |
||||
[ext_resource type="PackedScene" uid="uid://dvx48q5ecyxjs" path="res://nodes/npc/npc.tscn" id="2_exj6u"] |
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_nl4mj"] |
||||
|
||||
[node name="npc_factory" type="Node2D"] |
||||
script = ExtResource("1_p5cuf") |
||||
NPC_SCENE = ExtResource("2_exj6u") |
||||
SPAWN_DELAY = 2.0 |
||||
|
||||
[node name="factory_death" type="Area2D" parent="." groups=["factory_death"]] |
||||
monitoring = false |
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="factory_death"] |
||||
shape = SubResource("CircleShape2D_nl4mj") |
||||
|
||||
Loading…
Reference in new issue