teebarjunk / godot-4.0-tool_button

Ease development with an inspector button that's plumb simple.
MIT License
55 stars 7 forks source link

Method using defaults rather than args #12

Open CorneliusTheCrusader opened 5 months ago

CorneliusTheCrusader commented 5 months ago

I'm testing the tool out using the example and the advanced example is not taking the args and is using the default args in the method definition. In short it's using 1 + 1 + 1 = 3 rather than the other numbers.

CorneliusTheCrusader commented 5 months ago

Forgot to mention that when hovering over the button it shows the args rather than the defaults.