Andidy / engine-v2

1 stars 0 forks source link

`BattleScene` systems #58

Closed Andidy closed 2 years ago

Andidy commented 2 years ago

Currently all the functionality of the BattleScene takes place directly in the Update() function. The functionality should be broken out into separate systems. Separating the action processing, the unit control and the camera control.