瀏覽代碼

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

Updated KinematicBody2D image to CharacterBody2D in 4.0 docs
vince nguyen 2 年之前
父節點
當前提交
b8ca329c2d

二進制
getting_started/introduction/img/manual_class_reference_inheritance.png


二進制
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.