quellus / GDTuber

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

[Feature Request]: Timed effects #116

Closed Addaadostuff closed 2 weeks ago

Addaadostuff commented 2 months ago

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

set up timer to replace displayobject for N - Time

Describe the solution you'd like

Create a tab for config to displayobjects settings settings:

time object to replace

Add an button to start replacing.

replacing:

hide selected object show object this object

after timer is up, switch back to orginal state.

Describe alternatives you've considered

No response

Additional Context

Feel free to correct my grammar.

quellus commented 2 months ago

Basically, we want the ability to hide a screen object and show a different screen object for a certain amount of time. For example, I have an event on my stream where I hide my main avatar, and replace it with a secondary avatar for 10 minutes. Automating this would make my life a lot easier because I keep forgetting to change it back 10 minutes later.

dohro-github commented 1 month ago

I'm working on that right now for the GDTuber 0.11 update