- Sep 29, 2023
- 568
- 861
I didn't enjoy the magic repeller minigame because of its difficulty, so I adjusted the hitbox detection to be a tad more forgiving.
The only changed line was #70, from
This lets you repel a missile as soon as it touches the border.
It's likely that this mini-mod will stop working in the future, due to name changes. If there's any demand for it, I'll update it when necessary.
The only changed line was #70, from
if abs(missile_pos-384) < 32
to if abs(missile_pos-384) < 64
This lets you repel a missile as soon as it touches the border.
It's likely that this mini-mod will stop working in the future, due to name changes. If there's any demand for it, I'll update it when necessary.