From a5d9cd1b43c034953ec3cd60331aba6b9591c417 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 6 May 2024 19:08:56 -0600 Subject: Better setup for web build --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.c') 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) -- cgit v1.2.3