瀏覽代碼

Reach 8 spawners on each arenas

DricomDragon 5 年之前
父節點
當前提交
57d6cde051
共有 3 個文件被更改,包括 65 次插入6 次删除
  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 )

文件差異過大導致無法顯示
+ 22 - 2
Levels/Lab.tscn


文件差異過大導致無法顯示
+ 23 - 3
Levels/Square.tscn