So my solution of deleting objects in ingame editor is make an cursor_detector node of type Area2D and connect it with mouse enter and mouse exited and then put it to every object I use in game, but setting it up is just not good solution for me because I would have to "equip" every of my objects with it and set up proper collision shape, is there any other solution how can I delete objects from scene by right mouse click?