godot/doc
Micky b648ee43ab Harmonise AnimatedSprite3D and its 2D counterpart
Add the following properties to AnimatedSprite3D:
- `backwards` parameter in `play()`;
- `speed_scale`.

Both classes' internals are more similar, down to the line spacings. They've also been updated to be clearer and less inconsistent (e.g. `!frames.is_valid()` -> `frames.is_null()`, use SceneStringNames instead of CoreStringNames, rename the internal _queue_update to _queue_redraw)
2022-09-09 21:06:24 +02:00
..
classes Harmonise AnimatedSprite3D and its 2D counterpart 2022-09-09 21:06:24 +02:00
tools [doc] Use f-strings throughout make_rst.py 2022-08-30 13:02:25 -04:00
translations i18n: Sync classref translations with Weblate 2022-08-05 03:32:23 +02:00
class.xsd Rename the argument tag to param in XML documentation 2022-08-08 22:34:31 +03:00
Doxyfile
Makefile [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00