MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
630 stars 58 forks source link

Message Box works now to replace exception. #187

Closed Sebanisu closed 3 years ago

Sebanisu commented 3 years ago

This is what the replacement looks like. If you press ignore or retry it'll just keep replacing any pixel that conflicts. I might need to check code. But this might be good enough. I think it's tile(s) that are used in multiple places so you guys don't have consistent colors.

https://twitter.com/sebanisu/status/1397269933680115712

I basically had an exception before that threw when ever the color didn't match or wasn't empty. Replaced with a MessageBox.