From d03b2bb32f94e61a0db300d2eade275087677a90 Mon Sep 17 00:00:00 2001 From: Mubi <150862765+cicerorph@users.noreply.github.com> Date: Wed, 27 May 2026 08:29:03 -0300 Subject: [PATCH] Update spritesheeter.js --- static/extensions/MubiLop/spritesheeter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/extensions/MubiLop/spritesheeter.js b/static/extensions/MubiLop/spritesheeter.js index 2b65a2fe4..5972c28c4 100644 --- a/static/extensions/MubiLop/spritesheeter.js +++ b/static/extensions/MubiLop/spritesheeter.js @@ -43,7 +43,7 @@ this.frameNames = []; } - loadImage(url) { + async loadImage(url) { if (await Scratch.canFetch(url) === false) return; return new Promise((resolve, reject) => {