1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00
ubiquitousse/timer
Étienne Reuh Fildadut aa45a2cdac Allow timers to exist without a registry; remove global registry
In order to allow manual management of timers and better integration with ECS; you would typically let the uqt.ecs handle timers as separate entities, updated by a timer system.
A default global registry is highly redundant in this context. Scene timers registry are still a thing anyway.
2021-02-20 04:47:43 +01:00
..
easing.lua Rename time to timer 2019-12-25 16:15:40 +01:00
init.lua uqt.timer: now account for update lag, use only dt for calculations 2019-12-29 22:32:30 +01:00
timer.lua Allow timers to exist without a registry; remove global registry 2021-02-20 04:47:43 +01:00