* Impl. debugging move on MapGeneration

* Changed fire particle with master designer niko von jochim
This commit is contained in:
Aldin Duraki 2020-05-21 03:18:07 +02:00
parent 9fd34d9a6c
commit 8e22f02c7a
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -30,6 +30,9 @@ class GameScene: SKScene{
MultiplayerNetwork.sharedInstance.sendMapModelToPlayers(mapModel: mapModel)
DataService.sharedInstance.setSnapshotModel(snapshotModel: EntityManager.sharedInstance.getSnapshotModel())
}
if CommandLine.arguments.contains("--no-matchmaking") {
MapFactory(scene: self, entityManager: EntityManager.sharedInstance).loadMap()
}
}
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {