Tomasz Chabora
Tomasz Chabora
I think this is not a correct usage of `add_custom_type()`. As per documentation, the `base` you provide is the base node that will be instantiated and then it will get...
Sounds very similar to #70667 EDIT: So there are 2 problems here: 1 The editor doesn't detect that `global_script_class_cache.cfg` is missing and doesn't rescan scripts. 2 If dependency of a...
Are you deleting the folder while the Godot is *not* running? You have to close the project, delete the folder and open. Godot will scan all files and should fill...
Can't reproduce in beta 16 on Windows 10 What is your graphic card?
Seems like this PR makes it possible to disconnect foreign connections again...
Seems like discarding instancing (using the Make Local option) doesn't remove the flag and the connections cannot be disconnected at all. EDIT: Yep, the flag is incorrectly stored in the...
Other functions don't seem to have Math equivalents.
I added `int8_t` and `int16_t`, so all integer types are covered now.
`set_parallel()` has the same immediate effect as `parallel()`, i.e. the next Tweener will run in parallel to the previously defined one. In your case white and red animations happen at...
You need to enable ysort in TileMap layers too.