From fca307d6af08116f675e0d04e5ace2e353ec718c Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 10 May 2024 10:33:33 -0600 Subject: Better stone count for shooter game --- 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