EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.73k stars 137 forks source link

Do not use icon.png as default image. #806

Closed brunoga closed 1 week ago

brunoga commented 3 weeks ago

Under Android, gomobile will use icon.png as the app icon and will rename it to something else. All of the demos that use icon.png as a loadable image crash on Android. Renaming icon.png to something else and updating references to it in the code fixes things.