-
-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
This big task serves as a reference for the following features & issues:
The goal is to rewrite completely the Selection tool to:
- support ghost selections (ie. group of elements that behave like level elements, but are detached from the actual level)
- support copy/cut/paste
- proper grid-based or pixel-based movement of multiple elements.
Expected behavior:
- create separate "ghost" level to put selected elements into. The ghost is only created if a movement happens, or if a Cut is used.
- "Paste" creates a ghost of the previously copied data: it's not part of the actual level as long the selection exists.
Reactions are currently unavailable