diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-28 18:37:27 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-28 18:37:27 +0000 |
commit | a62dd3774512041a71f708c0e891893febb8b19e (patch) | |
tree | a4d1840e4b735ddc2cbdd467ab35eec2bb664d2c /src | |
parent | 5158fa9b31a5bfe69c9feae17e1714e41ba683bd (diff) | |
download | PenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.tar.gz PenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.tar.bz2 PenguinYippies-a62dd3774512041a71f708c0e891893febb8b19e.zip |
Forgor unity loader screen
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |