Add an assist mode option in the pause menu. Once activated, it should flip a boolean flag in PlayerDataManager.cs forever. However, the option itself is still toggleable, like screen shake.
Assist mode will make things easier for the player. Here are some proposed changes:
- Give the player +2 hearts (4HP).
- Give the player more damage (+20 damage?)
- Give the player additional speed/jump height (Up to debate, this will trivialize several levels, but honestly assist mode will do that anyways)
Add an assist mode option in the pause menu. Once activated, it should flip a boolean flag in PlayerDataManager.cs forever. However, the option itself is still toggleable, like screen shake.
Assist mode will make things easier for the player. Here are some proposed changes: