index.rst 857 B

123456789101112131415161718192021222324252627
  1. :allow_comments: False
  2. Step by step
  3. ============
  4. This series builds upon the :ref:`Introduction to Godot
  5. <toc-learn-introduction>` and will get you started with the editor and the
  6. engine. You will learn more about nodes and scenes, code your first classes with
  7. GDScript, use signals to make nodes communicate with one another, and more.
  8. The following lessons are here to prepare you for :ref:`doc_your_first_2d_game`, a
  9. step-by-step tutorial where you will code a game from scratch. By the end of it,
  10. you will have the necessary foundations to explore more features in other
  11. sections. We also included links to pages that cover a given topic in-depth
  12. where appropriate.
  13. .. toctree::
  14. :maxdepth: 1
  15. :name: toc-learn-step_by_step
  16. nodes_and_scenes
  17. instancing
  18. scripting_languages
  19. scripting_first_script
  20. scripting_player_input
  21. signals