From 0347f1363b12e71518efaf4f54df7c3e348539a5 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 26 Mar 2024 11:56:17 -0600 Subject: Added tool bar --- 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 8177fbd..49fb4f8 100644 --- a/src/game.c +++ b/src/game.c @@ -26,7 +26,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