Zshandi Krahn
Zshandi Krahn
Only my second Godot PR, so I'm very open to feedback and suggestions! One thing in particular I wasn't super sure about was whether, for the create scene window, I...
> See also: > * https://github.com/godotengine/godot/pull/91124 Nice! I'll check that out and can probably close this one then. I'm sure it's better than what I've done, since I was trying...
I've started working on this, which would be only my second PR and first time contributing to the GUI. I figured it's a good opportunity for me to learn some...
What if we just use a typed variable declaration, like this: ``` if my_vehicle is var my_car : Car: my_car.drive() ``` This then matches with how variable declarations normally work...
I just ran into this as well, and figured out it does not scale it by the pixels_to_meters value. If pixels_to_meters is set to 1 then it gives the correct...