jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

Crash Screen improvements #90

Open jakubg1 opened 1 year ago

jakubg1 commented 1 year ago
ShamblesSM commented 1 year ago

ResourceManager failed to load sprite messages should also include the other error that crashed the game in the first place (e.g. invalid JSON, nonexistent file, etc).

jakubg1 commented 1 year ago

Good idea, I'll do that.

ShamblesSM commented 1 year ago

Created a PR that clarifies ResourceManager-related crashes on startup. (#93)