haxeui / haxeui-kha

The Kha backend of the HaxeUI framework -
http://haxeui.org
MIT License
45 stars 16 forks source link

try to load images via haxe.Resource or externally as well #54

Closed sh-dave closed 3 years ago

sh-dave commented 3 years ago

This PR makes it possible to use haxe.Resource or external images for the background-image css property. It also fixes a crash when ToolkitAssets.instance.options was null.

ianharrigan commented 3 years ago

Thanks!