From 24126a2f13553d4fd516fb0dc727906b324e9c56 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 14 May 2024 11:55:17 -0600 Subject: Nap time button added --- 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 df8a57b..6f74c58 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