game['examplePGO'].add('sprite', 'PixelSprite').add(
[[
-- string data in here
]]
);
Doesn't work because it adds new lines at the end. Im sure I can solve this with a simple conversion or replace of newline with nothing but its not really something I need to tackle right now.
using
Doesn't work because it adds new lines at the end. Im sure I can solve this with a simple conversion or replace of newline with nothing but its not really something I need to tackle right now.
let future me worry about it