diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-06 19:11:48 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-06 19:11:48 +0000 |
commit | fcd2d57b2a28c0e342ba8bf668a4501f845a6df0 (patch) | |
tree | 91323e0802d58839aefb181d152bf5aa8f55c65a /src/shooterScreen.h | |
parent | 926f3b1467efa314bb667ddbfd45a01c0edcd426 (diff) | |
download | PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.gz PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.bz2 PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.zip |
Penguins billboards drawing
Diffstat (limited to 'src/shooterScreen.h')
-rw-r--r-- | src/shooterScreen.h | 2 |
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; |