added defines for better hanging

This commit is contained in:
Reonu
2021-07-13 23:57:00 +01:00
parent b460464d86
commit c80c99c817
3 changed files with 13 additions and 1 deletions

View File

@@ -64,6 +64,10 @@
#define CASTLE_MUSIC_FIX
// Remove course specific camera processing
#define CAMERA_FIX
// Change the movement speed when hanging from a ceiling
#define HANGING_SPEED 4.f
// Makes Mario face the direction of the analog stick directly while hanging from a ceiling, without doing "semicircles"
#define TIGHTER_HANGING_CONTROLS
// Disables fall damage
#define NO_FALL_DAMAGE
// Disables the scream that mario makes when falling off a great height (this is separate from actual fall damage)