Skip to content

Commit f3ad4a6

Browse files
authored
Fix name of platformer engine classes in docs (#2571)
1 parent fb309c9 commit f3ad4a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

arcade/physics_engines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class PhysicsEngineSimple:
299299
* You don't need anything else
300300
301301
For side-scrolling games focused on jumping puzzles, you may want
302-
the :py:class:`PlatformerPhysicsEngine` instead. Experienced users
302+
the :py:class:`PhysicsEnginePlatformer` instead. Experienced users
303303
may want to try the
304304
:py:class:`~arcade.pymunk_physics_engine.PymunkPhysicsEngine`.
305305

doc/_archive/get_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ Arcade Skill Tree
105105

106106
* Physics Engines
107107

108-
* SimplePhysicsEngine - Platformer tutorial :ref:`platformer_part_three`,
108+
* PhysicsEngineSimple - Platformer tutorial :ref:`platformer_part_three`,
109109
Learn Arcade Book `Simple Physics Engine <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#physics-engine>`_,
110110
Example :ref:`sprite_move_walls`
111-
* PlatformerPhysicsEngine - From the platformer tutorial: :ref:`platformer_part_four`,
111+
* PhysicsEnginePlatformer - From the platformer tutorial: :ref:`platformer_part_four`,
112112

113113
* :ref:`sprite_moving_platforms`
114114
* Ladders - Platformer tutorial :ref:`platformer_part_ten`

doc/get_started/arcade_book.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Arcade Skill Tree
106106

107107
* Physics Engines
108108

109-
* SimplePhysicsEngine - Platformer tutorial :ref:`platformer_part_three`,
109+
* PhysicsEngineSimple - Platformer tutorial :ref:`platformer_part_three`,
110110
Learn Arcade Book `Simple Physics Engine <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#physics-engine>`_,
111111
Example :ref:`sprite_move_walls`
112-
* PlatformerPhysicsEngine - From the platformer tutorial: :ref:`platformer_part_four`,
112+
* PhysicsEnginePlatformer - From the platformer tutorial: :ref:`platformer_part_four`,
113113

114114
* :ref:`sprite_moving_platforms`
115115
* Ladders - Platformer tutorial :ref:`platformer_part_ten`

0 commit comments

Comments
 (0)