UI fixes and new layout features

This commit is contained in:
2024-12-30 01:42:27 +01:00
parent 6ed67e8fcb
commit 6cf19a6f9b
5 changed files with 144 additions and 228 deletions

View File

@@ -108,7 +108,7 @@ coven_run :: (game_update_proc: (float), game_editor_update_proc: (float), game_
dt = now - time;
time = now;
engine.time = time;
engine.dt = dt;
engine.dt = min(dt, 0.4);
update_fps_counter(dt);