playdate.setDebugDrawColor(r, g, b, a)
values for r/g/b are unexpectedly in the range 0 to 1, not 0 to 255
this should be stated in the docs
playdate.setDebugDrawColor(r, g, b, a)
values for r/g/b are unexpectedly in the range 0 to 1, not 0 to 255
this should be stated in the docs
Filed, thanks! Targeted for 1.13
I assume this slipped through the cracks. Docs (as of 2.0.1) are still missing this. Thanks