index.rst 655 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. :allow_comments: False
  2. 2D
  3. ==
  4. .. toctree::
  5. :maxdepth: 1
  6. :name: toc-learn-features-2d
  7. introduction_to_2d
  8. canvas_layers
  9. 2d_transforms
  10. .. _doc_2d_rendering:
  11. Rendering
  12. ---------
  13. .. toctree::
  14. :maxdepth: 1
  15. :name: toc-learn-features-2d-rendering
  16. 2d_lights_and_shadows
  17. 2d_meshes
  18. 2d_sprite_animation
  19. particle_systems_2d
  20. 2d_antialiasing
  21. custom_drawing_in_2d
  22. 2d_parallax
  23. Physics and movement
  24. --------------------
  25. .. toctree::
  26. :maxdepth: 1
  27. :name: toc-learn-features-2d-physics
  28. 2d_movement
  29. Tools
  30. -----
  31. .. toctree::
  32. :maxdepth: 1
  33. :name: toc-learn-features-2d-tools
  34. using_tilesets
  35. using_tilemaps