Congrats on getting a game done for the jam! I ran into an issue. There's a part where you have to use your charge attack to boost past spikes several times as you go down stairs. After I boosted past the last set of spikes I mysteriously teleported to an entirely different area. An area with a stair case to the left and a checkpoint on top. I dropped down and fought the slimes just fine, but in the next area with the Boyhowdy lore I got stuck. I read all the lore entries, and the giant egg hatched, but I can't interact with anything. The door on the right side of the room doesn't work, and I can't jump on the platform under Boyhowdy. It seems like some key variable or something got bypassed by the weird warp skip.
Hey JasherJr, I had a look into it.
What you experienced are two separate bugs:
1) The first is a bug which I don't know how to fix at the moment. Essentially, it occurs when the player is too close to the spikes and releases their charge. The code thinks the player is not on the floor (due to a collision box issue), and so it will teleport the player to the closest floor and then continue the action. I tried to fix it, but I was unable to at the current time. This doesn't affect progress unless the player is out of bounds.
2) The problem at the end of the game was caused by some irregularities in the game's cutscene code. I have fixed some of those "holes" in the code. Whilst I don't know if this has fixed the issue entirely (as I struggled to replicate the issue), I'm hoping this significantly reduces the chance of this occurring.
You're more than welcome to try again; however, if not, then I really appreciate your feedback. Thank you for helping me try to fix some bugs, it's very much appreciated!!