[Controls] Arrow Keys - Move [Colors] Green - Points Red - Damage Blue - Heal [UI] Top right - HP
[About] This is a remaster of what is possibly my favorite project that I've ever made. The original was made in the Scratch 2.0 engine and no longer works in Scratch 3.0 so I figured I would remake it with enhanced visuals. [Loading Speed] You can enable turbo mode by holding shift while pressing the green flag in the top left corner. Only use turbo mode during loading screens otherwise the game is unplayable. [Level Generation] I chose not to include the reset control this time around because I implemented what I call "enhanced level creation". Instead of just randomly generating each level there's now a bit of math that goes into it. This change was made in an attempt to cut load times down and make each level a little bit shorter. The formula is random(1 ~ (round(((Y Position + 240) / 480) * 100))