LeoOuyang24 / DarkestDungeonPokemonGame

balls
1 stars 1 forks source link

Refactor: Moves #35

Closed LeoOuyang24 closed 4 months ago

LeoOuyang24 commented 4 months ago

Finalize how moves are structured. Or at least document it better

LeoOuyang24 commented 4 months ago

Moves now use an "await" system where aspects of the moves await until a stage finishes. It's basically the same system but it works better with tweens and makes every a LOT more readable. For now I'm gonna mark it as done but refactoring is obviously never done.