Browse Source

Switched KinematicBody2D to CharacterBody image in latest docs (#6663)

Updated KinematicBody2D image to CharacterBody2D in 4.0 docs
vince nguyen 2 years ago
parent
commit
b8ca329c2d

BIN
getting_started/introduction/img/manual_class_reference_inheritance.png


BIN
getting_started/introduction/img/manual_class_reference_inheritance.webp


+ 1 - 1
getting_started/introduction/learning_new_features.rst

@@ -42,7 +42,7 @@ A class reference's page tells you:
    links to jump to parent classes and see the properties and methods a type
    inherits.
 
-   .. image:: img/manual_class_reference_inheritance.png
+   .. image:: img/manual_class_reference_inheritance.webp
 
 2. A summary of the class's role and use cases.