Skip to content

Commit

Permalink
Update CollisionTags.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Aug 15, 2023
1 parent 46b0426 commit 9f69b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/Lily/CollisionTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}
return spriteNames;
}

_getTargetFromMenu (targetName, util) {
let target = Scratch.vm.runtime.getSpriteTargetByName(targetName);
if (targetName === '_myself_') target = util.target;
Expand All @@ -192,4 +192,4 @@
}
}
Scratch.extensions.register(new CollisionTags());
})(Scratch);
})(Scratch);

0 comments on commit 9f69b87

Please sign in to comment.