summaryrefslogtreecommitdiff
path: root/doc/classes/AnimatedSprite2D.xml
AgeCommit message (Collapse)Author
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-12-10Merge pull request #51235 from AnilBK/awkward-funcsRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-08-04Fixed awkwardly named AnimatedSprite Setters.Anilforextra
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-10Let var2str display StringName with correct sigilJonathan Gollnick
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
Includes various changes triggered by the refactoring of method bindings.
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-01Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specularRémi Verschelde
Document support for normal and specular maps in AnimatedSprite2D
2020-08-21Link to 2D Sprite animation tutorial in relevant class documentationsHugo Locurcio
2020-07-10Document support for normal and specular maps in AnimatedSprite2DHugo Locurcio
This closes #38509.
2020-03-30doc: Update classref with node renamesRémi Verschelde
A few extra renames for classes which were missed in last week's PRs.