Closed Sorata closed 3 years ago
It looks like the line:color("GREEN") should change to color(0x00FF00) Maybe println need to replace p too?
color("GREEN")
color(0x00FF00)
you are right https://github.com/StarDustCFW/Haku33/tree/4.4
It looks like the line:
color("GREEN")
should change tocolor(0x00FF00)
Maybe println need to replace p too?