hat optimisations and refactor. added callbacks to helper obect configs

This commit is contained in:
Sam
2024-06-25 21:19:50 +12:00
parent 8505b5e8b2
commit ecd605e6e4
3 changed files with 54 additions and 22 deletions

View File

@@ -83,7 +83,7 @@ function render() {
if (!paused) {
rotation += deg_per_sec / targetFps;
}
drawCenter(300)
// drawCenter(300)
});
render();
}, frameDuration);