Did the brick look like this?
(Mine didn’t brick but I got this frozen screen with broken audio when I opened my SEGA genesis rom folder, upon restarting a few times it was working again and the folder no longer did this)
Sonic movement
(If implemented this code will need to be bound correctly)
(walking/running with momentum):
// In Player.h
private:
float WalkSpeed = 400.f; // Base walking speed
float RunSpeed = 1200.f; // Base running speed
float CurrentSpeed = 0.f; // Current speed...