Added assets manager singleton.

This commit is contained in:
2025-10-05 17:47:17 -04:00
parent 03b5d1dafb
commit 82d2a89a0a
12 changed files with 329 additions and 35 deletions

View File

@@ -74,7 +74,6 @@ function love.update(dt)
if Change_state and Fade.done then
game_states[Current_state]:unload(dt)
Current_state = new_state
game_states[Current_state]:load()
Change_state = false
Fade:fade_in()
end