quellus / GDTuber

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

Visibility toggle for individual screen objects #33

Closed quellus closed 1 month ago

quellus commented 1 month ago

Is your feature request related to a problem? Please describe. I would like to be able to show/hide individual screen object. Mainly this is useful for accessories so I can quickly change what accessories are on my avatar.

Describe the solution you'd like Each screen object should have a visibility toggle in the ScreenObjectMenu

Describe alternatives you've considered Currently the only alternative is to delete a screen object if you don't want it to be visible, then recreate it when you want it shown again. This can be a tedious process especially when a screen object requires precise placement and scaling.

quellus commented 1 month ago

Must add to the save file and increment the save version