aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-14 17:55:17 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-14 17:55:17 +0000
commit24126a2f13553d4fd516fb0dc727906b324e9c56 (patch)
tree200ccfe66701510cf175d4bf9258f885f83df1c9 /src/game.c
parentcffca0d01bf99d2eb917f6dc923555ffa0011d88 (diff)
downloadPenguinYippies-main.tar.gz
PenguinYippies-main.tar.bz2
PenguinYippies-main.zip
Nap time button addedHEADmain
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 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)