diff options
author | nathan <nathansmith@disroot.org> | 2025-09-20 09:25:53 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-20 09:25:53 +0000 |
commit | 433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f (patch) | |
tree | 57d29fca4887b36118de4c719e8a3dc75cb1a663 /src/player.h | |
parent | c7b41bd1750807b366308a8eb41df3218efde1a7 (diff) | |
download | FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.gz FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.bz2 FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.zip |
Samantha's spot
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 0bd664e..9bc049f 100644 --- a/src/player.h +++ b/src/player.h @@ -4,6 +4,7 @@ #define PLAYER_H #define PLAYER_HEIGHT 2.0 +#define PLAYER_SPEED 10.0 typedef struct { Vector3 position; |