How do I use classdb.Tool? #83
Closed
nii236
started this conversation in
Is this a bug?
Replies: 2 comments
-
This is a bug/regression, fixed in d191cb2, your example now works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome! Works now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have the same effect as @tool from gdscript. Basically I have written a tool that I want to run in the editor.
I've uploaded a minimal reproduction here: https://github.com/nii236/gd_mre
Currently, the sprite only rotates when the game is running, but in the editor it does not run at all.
Here's the full code from the MRE:
Beta Was this translation helpful? Give feedback.
All reactions