Replies: 1 comment 1 reply
-
That would break the structure, so this should also involve renaming You also have |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you noticed Node3D's
global_scale
is a method? No, it's notscale
but global. And no, it does not follow the other similarly named properties prefixed withglobal_
.But wait. Node2D does in fact have
global_scale
, and a similar method is instead namedapply_scale
.The suggestion here is too trivial to be a proposal, so I'd like some extra thoughts on it here.
Beta Was this translation helpful? Give feedback.
All reactions