We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7c876 commit a4d40f3Copy full SHA for a4d40f3
1 file changed
static/extensions/Gen1x/beat_sync.js
@@ -569,5 +569,15 @@
569
extensionInstance.onStopAll();
570
});
571
572
+ if (isPenguinMod) {
573
+ runtime.on('RUNTIME_PAUSED', () => {
574
+ extensionInstance.stopBeat();
575
+ });
576
+
577
+ runtime.on('RUNTIME_UNPAUSED', () => {
578
+ extensionInstance.startBeat();
579
580
+ }
581
582
Scratch.extensions.register(extensionInstance);
583
})(Scratch);
0 commit comments