diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-17 23:05:49 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-17 23:05:49 +0000 |
| commit | edaafadf2c5de7f23dfc20d420e973ed9dc92039 (patch) | |
| tree | 1cbfc2cbdbbda1052144947eef39224ff01877ce /src/player.h | |
| parent | 0cddd5649838c0d37c0e4b12786d040ffdb01c97 (diff) | |
| download | FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.gz FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.bz2 FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.zip | |
Progress, I guess...
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index 03b7141..71c9993 100644 --- a/src/player.h +++ b/src/player.h @@ -4,7 +4,7 @@ #define PLAYER_H #define PLAYER_HEIGHT 2.0 -#define PLAYER_SPEED 80.0 // 8.0 +#define PLAYER_SPEED 8.0 #define PLAYER_MAX_SELECT_DISTANCE 10.0 typedef struct { |
