Hi there,
I gave this awesome module a go.
However, it seems that the Neon:text option is not working on device? Works perfect on simulator.
I tested on a Nexus 7 running 5.1.1 and the text is corrupted. It only shows a letter p, but the letter p is not even in my original text.
stageT=Neon:text({ parent=textGroup, text="STAGE 6", fontSize=100, x=x, y=90, glowColor={56/255,203/255,166/255}, fillColor={0.2,0.3,0.2}, flickerEffect=false,flickerStyle=5 })
Anything I’m doing wrong? Please help.