Press Space to see og Press g for more ghosts Changes: Sprite is now the Advance Sonic (it was easier for me than to redraw it) Body has a small animation (where it moves down) Feet have been reworked.
Feet Changes (in psuedocode) One foot will be on top of the body, the other is behind. It will rotate forever. One foot has a ghost effect to make a trail. //Ghost Effect// It will randomly wait between 0.5-1 second to create a clone. This clone will disappear within 0.2-0.4 seconds before deleting itself Other foot ghost requires a button input to start (due to it being testing). This is the same as above, but with different numbers.