Turn the player at start

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 09:16:53 -08:00
parent dcb7b2abaf
commit abd4a629dd

View File

@ -238,6 +238,7 @@ export function GameState(ctx: ContextI, selectedAnimal: string, selectedSegment
player = new AnimalEntity(animals[selectedAnimal])
player.isPlayer = true
addEntity(player, 'objects', x, y)
player.turn()
}
// Add fake others