Very basic animations

This commit is contained in:
2023-11-12 18:03:55 +01:00
parent bf56b150cc
commit 526d292fb5
9 changed files with 95 additions and 6 deletions

View File

@@ -109,8 +109,8 @@ int main(int argc, const char **argv) {
if (appDesc.update)
appDesc.update(dt, appDesc.userData);
if (ECS)
ecs_progress(ECS, dt);
//if (ECS)
// ecs_progress(ECS, dt);
BeginDrawing();
if (appDesc.render)