aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-13 19:14:59 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-13 19:14:59 +0000
commitcffca0d01bf99d2eb917f6dc923555ffa0011d88 (patch)
treedc88c2c5e10c0721d44a2f961da6b93142e5ef5e /src/game.c
parent05b40b9046d7dea6f52872021932bda8855250c4 (diff)
downloadPenguinYippies-cffca0d01bf99d2eb917f6dc923555ffa0011d88.tar.gz
PenguinYippies-cffca0d01bf99d2eb917f6dc923555ffa0011d88.tar.bz2
PenguinYippies-cffca0d01bf99d2eb917f6dc923555ffa0011d88.zip
Gack working well
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 6f74c58..df8a57b 100644
--- a/src/game.c
+++ b/src/game.c
@@ -29,7 +29,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)