aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-28 18:37:27 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-28 18:37:27 +0000
commita62dd3774512041a71f708c0e891893febb8b19e (patch)
treea4d1840e4b735ddc2cbdd467ab35eec2bb664d2c /src
parent5158fa9b31a5bfe69c9feae17e1714e41ba683bd (diff)
downloadPenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.tar.gz
PenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.tar.bz2
PenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.zip
Forgor unity loader screen
Diffstat (limited to 'src')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
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)