Posted August 31, 2021 by MoWizard
Added experience as a feature for CouCou. This is currently only visible though battle. The amount of exp gained per fight is calculated with the formula: (El - Pl) * 100 * Pl for (El - Pl) > 0 and 100 * Pl for (El - Pl) <= 0
Pl = Player Level and El = Enemy Level
Bugfixes:
- The camera no longer becomes blurry if you move left or right after exiting the satchel
- Interacting with something and pressing esc or other relevant cancel buttons no longer lets you continue collecting them
- Fixed mouse disappearing if you press yes to go into battle and then press esc to go into menu
- CouCou stats are now calculated again after each battle.
- You now can't go into battle if all your CouCou are collapsed
- Made the confirm quit menu look less pixelated