Shadowblitz16

Results 276 comments of Shadowblitz16

I also did a objdump here for your cimgui [cimgui.txt](https://github.com/Sewer56/DearImguiSharp/files/10006676/cimgui.txt)

I just googled this and ended up here. Please support this!

@yudinikita I can't figure out how to get around this with themes. I even opened it in the theme editor and tried picking the controls to see if I could...

I honestly think onready, and _enter_tree and _exit_tree should be made obsolete. I don't see a point in having the ability to do things before the tree is ready you...

I mean a `_removed` would be the same thing wouldn't it? the only difference is it would be ran after the whole tree is ready

we need onready getters too... ```gdscript @export var value:float: get: return $Header/Slider.value set(value): $Header/Slider.value = value ``` This throws an error because $Header/Slider is only available after ready.

@genaray plugins allow people to add systems and other plugins to the world.

No I don't have that project anymore, but I just... - opened asset browser - downloaded it to the addons folder - enabled the plugin - created the state machine...

Is a stack panel the same as a box container? They act similar, and if they are the dimensions would be the size of the stack panel.