diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 19:02:32 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 19:02:32 +0000 |
commit | 1a677439d001e9ef481c6e932b6ca78c3733f531 (patch) | |
tree | c91bb68765e0a3d853cc81572d6aba5dca955f1c /src/gameScreen.c | |
parent | 2ebbdb237a52551d4bb93fe2ab0778479765f9e8 (diff) | |
download | PenguinYippies-1a677439d001e9ef481c6e932b6ca78c3733f531.tar.gz PenguinYippies-1a677439d001e9ef481c6e932b6ca78c3733f531.tar.bz2 PenguinYippies-1a677439d001e9ef481c6e932b6ca78c3733f531.zip |
Looking really extra funky
Diffstat (limited to 'src/gameScreen.c')
-rw-r--r-- | src/gameScreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameScreen.c b/src/gameScreen.c index d949343..179eabd 100644 --- a/src/gameScreen.c +++ b/src/gameScreen.c @@ -70,8 +70,8 @@ void initGameScreen(GameScreen* gameScreen, Game* game) // Clickies. gameScreen->penguinLol = createPenguinLolClicky(game); - gameScreen->penguinLol.rect.x = WINDOW_WIDTH / 2.0 - 128.0; - gameScreen->penguinLol.rect.y = WINDOW_HEIGHT / 2.0 - 128.0; + gameScreen->penguinLol.rect.x = WINDOW_WIDTH / 2.0 - 256.0; + gameScreen->penguinLol.rect.y = WINDOW_HEIGHT / 2.0 - 256.0; } void updateGameScreen(GameScreen* gameScreen, Game* game) |