aboutsummaryrefslogtreecommitdiffstats
path: root/src/clicky.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 18:56:55 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 18:56:55 +0000
commit2ebbdb237a52551d4bb93fe2ab0778479765f9e8 (patch)
treed09a36e0eb5350e336276784566f12ed6be4bbb4 /src/clicky.c
parentc11c0383fc4609dd67012d9e3aa44b7fa58c999c (diff)
downloadPenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.tar.gz
PenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.tar.bz2
PenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.zip
Looks like the demo
Diffstat (limited to 'src/clicky.c')
-rw-r--r--src/clicky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clicky.c b/src/clicky.c
index d8d64f9..64e5645 100644
--- a/src/clicky.c
+++ b/src/clicky.c
@@ -30,7 +30,7 @@ Clicky createPenguinLolClicky(Game* game)
clicky.animation = createAnimation(&game->assets.animations[PENGUIN_LOL_ANIMATION], ANIMATION_DEFAULT_DELAY);
clicky.animation.repeat = false;
clicky.texture = NULL;
- clicky.rect = (Rectangle){0.0, 0.0, 128.0, 128.0};
+ clicky.rect = (Rectangle){0.0, 0.0, 256.0, 256.0};
clicky.data = NULL;
clicky.updateCB = updatePenguinLol;