aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-07 01:08:56 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-07 01:08:56 +0000
commita5d9cd1b43c034953ec3cd60331aba6b9591c417 (patch)
treee48f423ffe5e6f8b1f34b3c29510049fb7ec8469 /src/game.c
parent32792bb121ea2bb1a96eca821061a3a9b13a6a78 (diff)
downloadPenguinYippies-a5d9cd1b43c034953ec3cd60331aba6b9591c417.tar.gz
PenguinYippies-a5d9cd1b43c034953ec3cd60331aba6b9591c417.tar.bz2
PenguinYippies-a5d9cd1b43c034953ec3cd60331aba6b9591c417.zip
Better setup for web build
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)