aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-11 18:24:16 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-11 18:24:16 +0000
commit694efe00e1e01af8534672b60970a3e0555e5f34 (patch)
tree4ea7fe8da78627f4f24b4d5447ce92c91b4715ea /src/game.c
parentdb67be702a0254df3284832f011217a421428bd1 (diff)
downloadPenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.tar.gz
PenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.tar.bz2
PenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.zip
Clicky buying working
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game.c b/src/game.c
index 2fc068e..cfbfbea 100644
--- a/src/game.c
+++ b/src/game.c
@@ -20,10 +20,6 @@ void initGame(Game* game)
Clicky testClicky = createPenguinLolClicky(game);
addClickyToClickies(&game->clickies, testClicky);
- testClicky = createPenguinLolClicky(game);
- testClicky.rect.x += 500;
- addClickyToClickies(&game->clickies, testClicky);
-
game->screenTexture = LoadRenderTexture(WINDOW_WIDTH, WINDOW_HEIGHT);
game->stones = 0;