Really cool little platformer, I spent quite a bit of time playing it! The animations are awesome and I also like the music and sound effects, specially the scratchy one. I do have a couple of suggestions though:
- The character controller could need a bit of work, I felt like the character movement didn't respond precisely to my inputs. I suppose you used a Rigidbody2D for the movement, am I correct? If so, I'd advise you to try a controller that uses raycasts instead, since you usually don't really want to have physics-based movement in a platformer. That way, you have full control over how you want your character to behave. I do understand though, that time is tight in a jam :D
- This is just my opinion, but I think I would have preferred no tiles instead of the tiles you just fall through.
Other than that you guys did a good job :)