terpos / Birday

An arcade shooting game
0 stars 0 forks source link

Put In Try/Catch for Image, Sound, and Font #7

Open terpos opened 4 years ago

terpos commented 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.

terpos commented 4 years ago

Implemented a general exceptions for image, sound, and fonts. I did not specify the exception. This issue will be ongoing.