kennethloeffler / anatta

Anatta is a library that integrates the ECS pattern into Roblox.
https://kennethloeffler.github.io/anatta/
MIT License
38 stars 1 forks source link

Implement plugin component copying #169

Closed kennethloeffler closed 2 years ago

kennethloeffler commented 2 years ago

This PR adds the ability to copy components using the Anatta plugin. Using the copy action places all expanded components from one selected instance onto the plugin's clipboard. The paste action applies all components on the clipboard to selected instances.