Browse Source

Reach 8 spawners on each arenas

DricomDragon 4 years ago
parent
commit
57d6cde051
3 changed files with 65 additions and 6 deletions
  1. 20 1
      Levels/Focus.tscn
  2. 22 2
      Levels/Lab.tscn
  3. 23 3
      Levels/Square.tscn

+ 20 - 1
Levels/Focus.tscn

@@ -17,4 +17,23 @@ position = Vector2( 2720, 1696 )
 rotation = 4.71239
 
 [node name="Spawn3" parent="." instance=ExtResource( 2 )]
-position = Vector2( 1504, 864 )
+position = Vector2( 1120, 864 )
+
+[node name="Spawn4" parent="." instance=ExtResource( 2 )]
+position = Vector2( 288, 288 )
+rotation = 1.5708
+
+[node name="Spawn5" parent="." instance=ExtResource( 2 )]
+position = Vector2( 2720, 288 )
+rotation = -1.5708
+
+[node name="Spawn6" parent="." instance=ExtResource( 2 )]
+position = Vector2( 1120, 1120 )
+rotation = 3.14159
+
+[node name="Spawn7" parent="." instance=ExtResource( 2 )]
+position = Vector2( 1888, 1120 )
+rotation = 3.14159
+
+[node name="Spawn8" parent="." instance=ExtResource( 2 )]
+position = Vector2( 1888, 864 )

File diff suppressed because it is too large
+ 22 - 2
Levels/Lab.tscn


File diff suppressed because it is too large
+ 23 - 3
Levels/Square.tscn