derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
679 stars 33 forks source link

Add folding to state chart debugger #111

Open Frozenfire92 opened 2 months ago

Frozenfire92 commented 2 months ago

It would be nice to be able to fold the current sections of the state chart debugger (as the interface suggests they could be)

image

derkork commented 2 months ago

Should be possible to do. The debugger would need to some bookkeeping to remember folding state internally though as you probably want your folding to stay as it was even when some state is deactivated and then reactivated.

Frozenfire92 commented 2 months ago

as you probably want your folding to stay as it was even when some state is deactivated and then reactivated.

I think I'd be ok with it "unfolding". This would help serve as an indicator that a transition did happen