Open terpos opened 4 years ago
The try/catch will prevent the program from crashing. If one or more Image and/or sound is not found, it goes to the error screen which prompts user to press enter or escape to exit the screen. I have yet to know what if fonts cannot load.
Implemented a general exceptions for image, sound, and fonts. I did not specify the exception. This issue will be ongoing.
The try/catch will prevent the program from crashing. If one or more Image and/or sound is not found, it goes to the error screen which prompts user to press enter or escape to exit the screen. I have yet to know what if fonts cannot load.