quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
16 stars 11 forks source link

[Feature Request]: Ability to reorder screen objects #57

Closed quellus closed 1 month ago

quellus commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently, order in the list and z-priority of objects is purely based on the order the object is created. This means users may have an object they want to be in front but don't have the ability to change it.

Describe the solution you'd like

The screenobjects menu should have something you can drag to change the order or buttons to move an object up/down in the list.

Describe alternatives you've considered

The only alternative is to delete an object you want to be in front and recreate it so it becomes the most recently created object.

Additional Context

No response