удалили зелёную платформу

This commit is contained in:
alisagerasimova
2026-03-09 19:02:40 +03:00
parent 9b8ed6cd19
commit cdd3d61db2
2 changed files with 0 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

-4
View File
@@ -218,10 +218,6 @@ function onContextMenu(e, item) {
label: "Красная", label: "Красная",
onClick: () => createPlatform(item, 'red'), onClick: () => createPlatform(item, 'red'),
}, },
{
label: "Зелёная",
onClick: () => createPlatform(item, 'green'),
},
{ {
label: "Удалить", label: "Удалить",
onClick: () => deletePlatform(item), onClick: () => deletePlatform(item),