Text rendering via script

This commit is contained in:
2022-12-21 01:34:22 +00:00
parent df907aec2b
commit 2bcee44677
9 changed files with 109 additions and 44 deletions

View File

@@ -166,6 +166,7 @@ int main(int argc, char **args) {
if (physlag >= physMS) {
physlag -= physMS;
phys2d_update(physMS);
call_physics();
}