Hi! I want to use my custom icon for my project template, like when developping with flixel haxelib
When using lime test neko to a Lime sample, it builds the lime icon
When using the command to a OpenFL sample, it builds the openfl icon
The same thing with flixel demos
But, i want to make a template that builds (by that lime command) project with my icon
Matse
March 17, 2026, 7:11pm
2
Hello and welcome !
You can set the icon in your project.xml with the <icon /> node, for example <icon path="icon.svg" />
See XML Format for details
edit : oh I think I read too fast, my bad
Haxelibs that work with Lime, like Flixel, can bundle a special file called include.xml that tells Lime that the library wants to override some defaults.
Here’s where Flixel sets its default icon:
1 Like