Skip to content

Commit ca861e4

Browse files
committed
Update kinematic character images
1 parent 4442292 commit ca861e4

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
-14.5 KB
Binary file not shown.
19.2 KB
Loading

tutorials/physics/img/kbradius.png

-11.6 KB
Binary file not shown.
25.3 KB
Loading

tutorials/physics/img/kbscene.png

-7.76 KB
Binary file not shown.

tutorials/physics/img/kbscene.webp

15.5 KB
Loading

tutorials/physics/kinematic_character_2d.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ To have something to test, here's the scene (from the tilemap tutorial):
8181
We'll be creating a new scene for the character. Use the robot sprite and
8282
create a scene like this:
8383

84-
.. image:: img/kbscene.png
84+
.. image:: img/kbscene.webp
8585

8686
You'll notice that there's a warning icon next to our CollisionShape2D node;
8787
that's because we haven't defined a shape for it. Create a new CircleShape2D
8888
in the shape property of CollisionShape2D. Click on <CircleShape2D> to go to the
8989
options for it, and set the radius to 30:
9090

91-
.. image:: img/kbradius.png
91+
.. image:: img/kbradius.webp
9292

9393
**Note: As mentioned before in the physics tutorial, the physics engine
9494
can't handle scale on most types of shapes (only collision polygons,
@@ -103,7 +103,7 @@ above should work as a base.
103103
Finally, instance that character scene in the tilemap, and make the
104104
map scene the main one, so it runs when pressing play.
105105

106-
.. image:: img/kbinstance.png
106+
.. image:: img/kbinstance.webp
107107

108108
Moving the kinematic character
109109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)