diff --git a/public/images/green-platform.jpg b/public/images/green-platform.jpg deleted file mode 100644 index 10d2a2d..0000000 Binary files a/public/images/green-platform.jpg and /dev/null differ diff --git a/src/App.vue b/src/App.vue index 3a14e34..64395fb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,10 +218,6 @@ function onContextMenu(e, item) { label: "Красная", onClick: () => createPlatform(item, 'red'), }, - { - label: "Зелёная", - onClick: () => createPlatform(item, 'green'), - }, { label: "Удалить", onClick: () => deletePlatform(item),