|
@@ -1,7 +1,9 @@
|
|
|
-[gd_scene load_steps=4 format=2]
|
|
|
+[gd_scene load_steps=6 format=2]
|
|
|
|
|
|
[ext_resource path="res://component/entity/spawner/MobSpawner.gd" type="Script" id=1]
|
|
|
-[ext_resource path="res://component/entity/chick/Chicken.tscn" type="PackedScene" id=2]
|
|
|
+[ext_resource path="res://component/entity/octo/Octo.tscn" type="PackedScene" id=2]
|
|
|
+[ext_resource path="res://component/entity/wheel/Wheel.tscn" type="PackedScene" id=3]
|
|
|
+[ext_resource path="res://component/entity/chick/Chicken.tscn" type="PackedScene" id=4]
|
|
|
|
|
|
[sub_resource type="Curve2D" id=1]
|
|
|
_data = {
|
|
@@ -11,7 +13,7 @@ _data = {
|
|
|
[node name="MobSpawner" type="Path2D"]
|
|
|
curve = SubResource( 1 )
|
|
|
script = ExtResource( 1 )
|
|
|
-Mob = ExtResource( 2 )
|
|
|
+mobs = [ ExtResource( 3 ), ExtResource( 4 ), ExtResource( 2 ) ]
|
|
|
|
|
|
[node name="MobTimer" type="Timer" parent="."]
|
|
|
process_mode = 0
|