aboutsummaryrefslogtreecommitdiffstats
path: root/src/shooterScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 19:11:48 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 19:11:48 +0000
commitfcd2d57b2a28c0e342ba8bf668a4501f845a6df0 (patch)
tree91323e0802d58839aefb181d152bf5aa8f55c65a /src/shooterScreen.h
parent926f3b1467efa314bb667ddbfd45a01c0edcd426 (diff)
downloadPenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.gz
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.bz2
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.zip
Penguins billboards drawing
Diffstat (limited to 'src/shooterScreen.h')
-rw-r--r--src/shooterScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shooterScreen.h b/src/shooterScreen.h
index 766faa4..2d9d533 100644
--- a/src/shooterScreen.h
+++ b/src/shooterScreen.h
@@ -14,7 +14,7 @@
#define MOUSE_SPEED 0.01
#define SHOOTER_PENGUIN_COUNT 5
-#define SHOOTER_PENGUIN_HEIGHT 2.0
+#define SHOOTER_PENGUIN_HEIGHT 1.0
typedef struct ShooterPlayer {
Camera3D camera;