And how can I delete or disable that pink background? Is there any way to disable/delete it in LOVE or should I use photo editor? (and which ona :crazy: )
Thanks You :)
If you are allergic to gif or png images, you could load the data with love.image.newImageData, and then set the pink pixel's (xFF00FF == {255,0,255}) to an alpha of zero.
In all honesty, using GIMP is the way to go.
Missing Sentinel Software | Twitter FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push