Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 857 Bytes

File metadata and controls

26 lines (21 loc) · 857 Bytes
allow_comments

False

Step by step

This series builds upon the Introduction to Godot <toc-learn-introduction> and will get you started with the editor and the engine. You will learn more about nodes and scenes, code your first classes with GDScript, use signals to make nodes communicate with one another, and more.

The following lessons are here to prepare you for doc_your_first_2d_game, a step-by-step tutorial where you will code a game from scratch. By the end of it, you will have the necessary foundations to explore more features in other sections. We also included links to pages that cover a given topic in-depth where appropriate.

nodes_and_scenes instancing scripting_languages scripting_first_script scripting_player_input signals