File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ class PhysicsEngineSimple:
299
299
* You don't need anything else
300
300
301
301
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
303
303
may want to try the
304
304
:py:class:`~arcade.pymunk_physics_engine.PymunkPhysicsEngine`.
305
305
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ Arcade Skill Tree
105
105
106
106
* Physics Engines
107
107
108
- * SimplePhysicsEngine - Platformer tutorial :ref: `platformer_part_three `,
108
+ * PhysicsEngineSimple - Platformer tutorial :ref: `platformer_part_three `,
109
109
Learn Arcade Book `Simple Physics Engine <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#physics-engine >`_,
110
110
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 `,
112
112
113
113
* :ref: `sprite_moving_platforms `
114
114
* Ladders - Platformer tutorial :ref: `platformer_part_ten `
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ Arcade Skill Tree
106
106
107
107
* Physics Engines
108
108
109
- * SimplePhysicsEngine - Platformer tutorial :ref: `platformer_part_three `,
109
+ * PhysicsEngineSimple - Platformer tutorial :ref: `platformer_part_three `,
110
110
Learn Arcade Book `Simple Physics Engine <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#physics-engine >`_,
111
111
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 `,
113
113
114
114
* :ref: `sprite_moving_platforms `
115
115
* Ladders - Platformer tutorial :ref: `platformer_part_ten `
You can’t perform that action at this time.
0 commit comments