Explorar el Código

Dump from 2 to 3 players

DricomDragon hace 5 años
padre
commit
34b4a1747f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Game.gd

+ 1 - 1
Game.gd

@@ -69,7 +69,7 @@ func create_game():
 	# Create players
 	var player
 
-	for k in 2:
+	for k in 3:
 		player = playerScene.instance()
 		player.grid = levelCurrentNode
 		player.turn_left_action = playerActionsLeft[k]