Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.78k stars 189 forks source link

Improved the SYS_die function. #366

Closed Lemur42332543632 closed 2 weeks ago

Lemur42332543632 commented 2 weeks ago

SYS_die accepts a list of strings. The list must end with a NULL value. The header is horizontally aligned. The background color has been changed to blue. Example: SYS_die("player_calculateVelocity()", "posBuffer.x is negative", NULL);

Screenshot 2024-11-06 at 9 03 22 PM