Reputation: 1
I need help with adding an icon to my application using the "Haxe" engine. Can someone guide me on how to achieve this using XML or code? Also, I am attaching an image of my VSC code and folder for reference:
VSC Code (Visual Studio Code)
Folder (Appliaction)
Upvotes: 0
Views: 278
Reputation: 53
You seem to use HaxeFlixel which is based on OpenFl/Lime engine. Haxe is only the language.
According to the Lime documentation of the icon settings, your xml looks correct.
Then you need to have a folder named icons in the same level that your project.xml. In that folder, you should place all your icons. You could use only one, especially if it's in svg.
Upvotes: 0