Update TwoPlayerDefaultTestMap.swift
This commit is contained in:
parent
1428720dc2
commit
6a847a0718
@ -24,7 +24,7 @@ class TwoPlayerDefaultTestMap: MapProtocol {
|
||||
// Create Bases
|
||||
let basePlayerOne = Base(
|
||||
position: CGPoint(x: self.size.width * 0.1, y: self.size.height / 2),
|
||||
// ToDo: not final version. Better would something like MatchmakingHelper.spieler1 but does not work yet
|
||||
// ToDo: not final version. Better would be something like MatchmakingHelper.spieler1 but does not work yet
|
||||
player: GKLocalPlayer.local,
|
||||
team: .team1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user