jcreedcmu / pyoro

Turn-based platforming
0 stars 0 forks source link

Duplication rampant in `model.ts` #6

Closed jcreedcmu closed 2 months ago

jcreedcmu commented 2 months ago

animateMoveIface and animateMoveGame are computing the same thing in different places, leading to bugs when I add new features and forget to update both places.