Tomasz Chabora
Tomasz Chabora
Unlike the previous PR, this one introduces an unimplemented functionality in the form of TileMapGroup. You can create it, but it's completely useless and has no documentation. It's not really...
idk then. The day when we remove deprecated stuff is very far away, so when redesigning the API we need to keep in mind that this will stay for a...
I gave the new `play_with_capture()` some test, trying to use it like the old capture track and - `play_with_capture()` can't be used continuously like `play()`. When you play the same...
> It may be possible to add arguments for how to handle old captures, or to adapt to the old behaviour (a good MRP or video for comparison would be...
> Previously, this easing was applied during the initial transition smoothing. That would be another difference I think? 🤔 Easing is now one of the arguments for `play_with_capture()`, it literally...
> It also means we cannot expose this documentation online, so it cannot be referenced by users or used naturally in tutorials. Some of the descriptions are copied from the...
Except AtlasTileProxyObject is completely internal and it would only confuse users. These properties are not even available from code, nor are actually properties. They are added using `get_property_list()`. > What...
The descriptions are handled by EditorHelpTooltip, which doesn't have any access to the inspector. It directly uses doc class cache. I went with the current solution, because it requires the...
Ok I pushed solution that doesn't involve DocData.
You probably need to rebase. There was some CI issue.