Sasszem / 13

Recreation of a simple but addictive game
MIT License
0 stars 0 forks source link

Make Undo wait for animations #70

Closed Sasszem closed 4 years ago

Sasszem commented 4 years ago

Fixes #57

Sasszem commented 4 years ago

For TaskManager, see "src/TaskManager.lua". It uses cooperative multitasking. Why would it cause high CPU useage? Also, all the anumations, the time counter, and even the game end checking uses coroutines!