rockbite / talos

Talos Particle Engine
Apache License 2.0
419 stars 45 forks source link

Feature: Cut/Paste logic #397

Closed TheSenPie closed 1 year ago

TheSenPie commented 1 year ago

Brought back game object cutting functionality. Also, changed logic for paste to take into account, if it should paste the game object as child or in root level. Logic is following, if target game object was specified from hierarchy widget, then paste as its child, otherwise paste on root level.