Log In  

Pretty please?

P#32353 2016-11-09 07:03 ( Edited 2016-11-22 17:26)

in the meantime there's _set_fps(60) (undocumented)

but then you're better off using _update60() in a tweetjam:

function _update60() ... end
vs
_set_fps(60)::g:: ... flip()goto g

P#32699 2016-11-22 12:26 ( Edited 2017-01-06 15:04)

[Please log in to post a comment]