derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

Allow the sidebar to be moved to the right #47

Closed Yagich closed 10 months ago

Yagich commented 10 months ago

hey, really enjoying the plugin! i have a (hopefully 😅) quick usability suggestion. in my godot setup, the inspector is on the right side dock, so being able to have the State helper sidebar on the right closer to the inspector would be nice, since it seems to be intended that it's close to the inspector.

derkork commented 10 months ago

This makes a lot of sense, I'll add some way of moving this to the other side.

derkork commented 10 months ago

image

There is going to be a new button at the bottom of the sidebar which can be used to move it to the other side. The location is saved with the editor layout so it persists across restarts.