ソースを参照

Add the Atom arena

DricomDragon 5 年 前
コミット
deb2e14fcc
2 ファイル変更40 行追加1 行削除
  1. 1 1
      Game.tscn
  2. 39 0
      Levels/Atom.tscn

+ 1 - 1
Game.tscn

@@ -5,7 +5,7 @@
 
 [node name="Game" type="Node2D"]
 script = ExtResource( 3 )
-levelNames = [ "Square", "Lab", "Focus" ]
+levelNames = [ "Square", "Lab", "Focus", "Atom", "template" ]
 
 [node name="MainCamera" type="Camera2D" parent="."]
 position = Vector2( 500, -500 )

ファイルの差分が大きいため隠しています
+ 39 - 0
Levels/Atom.tscn