Shrouded-Edge-Games / ShardsOfCandra

Repo to hold the beginnings of our new game where you combine powers to solve puzzles and your choices matter
0 stars 0 forks source link

Manager: Movement Migration #43

Closed sehaubold closed 1 year ago

sehaubold commented 1 year ago

We need as many movement components moved from the player character to the movement manager as possible. Specifically the speed calculation is of utmost importance

sehaubold commented 1 year ago

The existing issue is the state machine for characters is currently a base part of the character class. Speed and inputs are the things the manager can actually handle