From 2ebbdb237a52551d4bb93fe2ab0778479765f9e8 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 21 Feb 2024 11:56:55 -0700 Subject: Looks like the demo --- src/clicky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clicky.c') 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; -- cgit v1.2.3