diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-26 17:56:17 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-26 17:56:17 +0000 |
commit | 0347f1363b12e71518efaf4f54df7c3e348539a5 (patch) | |
tree | 4f1b5eadbec02b2763136990de8a32308bc310a6 /src/game.c | |
parent | 08450f4bc90c77738f0fa35848d35e23ca8c5d63 (diff) | |
download | PenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.tar.gz PenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.tar.bz2 PenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.zip |
Added tool bar
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |