Beispiel #1
0
 public void constructPlayer(int counter, Maps maps)
 {
     player = new Player(4, "Player", maps.maps[counter].Player[0].XLoc, maps.maps[counter].Player[0].YLoc, Engine.PLAYER_WIDTH, Engine.PLAYER_HEIGHT);
 }