dantogno / FishStory

A narrative-driven fishing game.
0 stars 2 forks source link

How do I adjust the player's starting direction facing? #18

Closed dantogno closed 4 years ago

dantogno commented 4 years ago

I tried editing MainLevel.CustomInitialize() to include PlayerCharacterInstance.DirectionFacing = TopDownDirection.Left; however it gives an error because PlayerCharacter.DirectionFacing is read only.