We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ee9b5 commit a6bc68fCopy full SHA for a6bc68f
1 file changed
static/extensions/MubiLop/spritesheeter.js
@@ -43,7 +43,7 @@
43
this.frameNames = [];
44
}
45
46
- loadImage(url) {
+ async loadImage(url) {
47
if (await Scratch.canFetch(url) === false) return;
48
49
return new Promise((resolve, reject) => {
0 commit comments