From a62dd3774512041a71f708c0e891893febb8b19e Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Thu, 28 Mar 2024 12:37:27 -0600 Subject: Forgor unity loader screen --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index 0a688a0..c8b711c 100644 --- a/src/game.c +++ b/src/game.c @@ -28,7 +28,7 @@ void initGame(Game* game) game->madeWithUnity = createAnimation(&game->assets.animations[MADE_WITH_UNITY_ANIMATION], 0.2); game->madeWithUnity.repeat = false; - //playAnimation(&game->madeWithUnity); + playAnimation(&game->madeWithUnity); } void updateGame(Game* game) -- cgit v1.2.3