Auroriax / PuzzleScriptPlus

Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
https://auroriax.github.io/PuzzleScript/
34 stars 4 forks source link

GIF recorder shortcut doesn't work, preventing GIF recordings #94

Closed Auroriax closed 1 year ago

Auroriax commented 1 year ago

Pressing Ctrl+K will use the browser shortcut (navigation bar with search engine in Firefox), instead of the PS gif recorder. Not sure why though?

Auroriax commented 1 year ago

So this worked for src but not for bin because makegif.js wasn't included into the scripts_compiled.js file. The upcoming change should fix that.

Auroriax commented 1 year ago

(Probably there are still cases where the GIF recorder needs to be improved or disabled, e.g. twidding smoothscreen on/off, movement tweens, etc.)