Log In  

While studying the jelpi.p8 file I noticed that its using some things that aren't documented in the manual (pico-8.txt) file so I figured I'd post it here.

Missing math function:
sgn(x) returns -1, 0, or 1 based on the sign of the input value, currently passing in 0 returns 1 (maybe a bug)

Missing optional properties:
spr(n, x, y, [w, y, [flip]] the normal draw sprite function can also take the optional flip bool (not documented)

P#10156 2015-04-23 16:21 ( Edited 2016-03-27 05:10)

I'm also pretty sure that the optional flip parameter isn't working with the sspr function even though it is in the documentation.

P#10162 2015-04-23 20:44 ( Edited 2015-04-24 00:44)

Thanks for posting this.

P#19432 2016-03-27 01:10 ( Edited 2016-03-27 05:10)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 18:27:47 | 0.006s | Q:11