summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.js b/objects.js
index 646d498..c4c4eb8 100644
--- a/objects.js
+++ b/objects.js
@@ -2618,6 +2618,7 @@ SpriteMorph.prototype.userMenu = function () {
}
menu.addItem("duplicate", 'duplicate');
menu.addItem("delete", 'remove');
+ menu.addItem("move", 'move');
menu.addItem("edit", 'edit');
menu.addLine();
if (this.anchor) {