don-tnowe / godot-inspector-extender

Using just comments, add specialized inspectors for your Godot 4 scripts.
MIT License
97 stars 8 forks source link

Rework how show_if controls other attributes and variables #7

Closed EthanGrahn closed 9 months ago

EthanGrahn commented 9 months ago

I've reduced down the previous PR to only be applicable to show_if. The final property is handled in _parse_end and due to that behavior, _ready is called before _initialize which is why there is a guard block to make sure the tree is ready to parse.

Resolves #5

don-tnowe commented 9 months ago

Looks good to me! Merged.