Closed ldarren closed 9 years ago
right now we are using window.setTimeout(function, 0) to delay trigger, but this is very inefficient when a lot of trigger being schedule.
One solution is use reactor way to schedule tasks in rogue game
added in 21d83fb4b3fca14c7429424c75779e98116ba7bc
right now we are using window.setTimeout(function, 0) to delay trigger, but this is very inefficient when a lot of trigger being schedule.
One solution is use reactor way to schedule tasks in rogue game