Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Arcade Skill Tree

* Sprites - Almost everything in Arcade is done with the :class:`arcade.Sprite` class.

* `Basic Sprites and Collisions <https://learn.arcade.academy/en/latest/chapters/18_sprites_and_collisions/sprites.html#basic-sprites-and-collisions>`_
* `Individually place sprites <https://learn.arcade.academy/en/latest/chapters/22_sprites_and_walls/sprites_and_walls.html#individually-placing-walls>`_
* `Place sprites with a loop <https://learn.arcade.academy/en/latest/chapters/22_sprites_and_walls/sprites_and_walls.html#placing-walls-with-a-loop>`_
* `Place sprites with a list <https://learn.arcade.academy/en/latest/chapters/22_sprites_and_walls/sprites_and_walls.html#placing-walls-with-a-list>`_
* `Basic Sprites and Collisions <https://learn.arcade.academy/en/latest/chapters/21_sprites_and_collisions/sprites.html#basic-sprites-and-collisions>`_
* `Individually place sprites <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#individually-placing-walls>`_
* `Place sprites with a loop <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#placing-walls-with-a-loop>`_
* `Place sprites with a list <https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#placing-walls-with-a-list>`_

* Moving player sprites

Expand Down Expand Up @@ -170,4 +170,4 @@ Arcade Skill Tree
* Bloom/glow effect - :ref:`bloom_defender`
* Writing your own shader - *Supported, but documentation needed.*

* :ref:`Logging`
* :ref:`Logging`