public Player(GameLevelScreen lev, Vector2 pos) { this.level = lev; this.position = pos; this.spawnPos = pos; startTilePos = GetCurrentTilePos(); endTilePos = GetNextTilePos(); }