Image names - A vs. a

This is more of a nuisance than an actual ‘bug’. Using the Windows version of Corona SDK, if the name of an image is GameOver.png and I have gameOver.png in my code, the app works fine in the simulator.

However, when I put the app on my phone, it no longer works. It took me a while to realize I did not capitalize my ‘G’ in GameOver.png in my code and that was causing the app to fail on the device. [import]uid: 14218 topic_id: 11383 reply_id: 311383[/import]

Had the same problem when I first started with Corona. Drove me mad finding the source of the problem.

Best to only use lowercase names on imported resources to avoid similar problems. [import]uid: 11393 topic_id: 11383 reply_id: 41267[/import]