You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
compatibility with styler with gamepad support is going to be harder because pushGamepadToButtons, the function they run every frame, is not global so I cannot put a wrapper around it. can't think of a solution other than
wrapping requestAnimationFrame before all of styler's scripts run and catching pushGamepadToButtons the first time it is passed to rAF, which is a terrible hack and which i'd rather not have to do
making a tool that you can drop your styler-generated html into and get a version that has a global function instead. bit silly
asking nicely if they can update styler and make their function global
someone on the bbs says that nfig doesnt play well with other scripts that augment pico8 exports
The text was updated successfully, but these errors were encountered: