group the fiends
This commit is contained in:
parent
e33e6b3968
commit
be29ba4b1c
1 changed files with 26 additions and 0 deletions
|
@ -194,6 +194,32 @@ scale = Vector2( 1, 7 )
|
||||||
|
|
||||||
[node name="Enemies" type="Node2D" parent="."]
|
[node name="Enemies" type="Node2D" parent="."]
|
||||||
|
|
||||||
|
[node name="The Roving Fiends" type="Node2D" parent="Enemies"]
|
||||||
|
|
||||||
|
[node name="RollingFiend2" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( -40, 352 )
|
||||||
|
|
||||||
|
[node name="RollingFiend9" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( 128, 368 )
|
||||||
|
|
||||||
|
[node name="RollingFiend10" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( -240, 160 )
|
||||||
|
|
||||||
|
[node name="RollingFiend11" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( -80, -184 )
|
||||||
|
|
||||||
|
[node name="RollingFiend12" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( 128, -176 )
|
||||||
|
|
||||||
|
[node name="RollingFiend13" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( 304, -176 )
|
||||||
|
|
||||||
|
[node name="RollingFiend14" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( 456, 16 )
|
||||||
|
|
||||||
|
[node name="RollingFiend15" parent="Enemies/The Roving Fiends" groups=["fiend"] instance=ExtResource( 13 )]
|
||||||
|
position = Vector2( 488, 280 )
|
||||||
|
|
||||||
[node name="Spoink" parent="Enemies" instance=ExtResource( 8 )]
|
[node name="Spoink" parent="Enemies" instance=ExtResource( 8 )]
|
||||||
position = Vector2( 168, 120 )
|
position = Vector2( 168, 120 )
|
||||||
jump_height = 200.0
|
jump_height = 200.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue