mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add idle_and_physics_processing.rst, write scripting/index.rst
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
Scripting
|
||||
=========
|
||||
|
||||
This section covers programming languages and core features to code your games
|
||||
in Godot.
|
||||
|
||||
Here, you will find information that is not already covered in more specific
|
||||
sections. For instance, to learn about inputs, we recommend you to read
|
||||
:ref:`Inputs <toc-learn-features-inputs>`.
|
||||
|
||||
Programming languages
|
||||
---------------------
|
||||
|
||||
The sections below each focus on a given programming language or, in GDNative's
|
||||
case, an interface that works with multiple languages.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-scripting
|
||||
@@ -9,7 +22,20 @@ Scripting
|
||||
visual_script/index
|
||||
c_sharp/index
|
||||
gdnative/index
|
||||
|
||||
Core features
|
||||
-------------
|
||||
|
||||
Some features are specific to the engine and available in all supported
|
||||
languages. Whether you code in GDScript, C#, or another language, the pages
|
||||
below will help you make the most of Godot.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-scripting-core-features
|
||||
|
||||
debug/index
|
||||
idle_and_physics_processing
|
||||
cross_language_scripting
|
||||
creating_script_templates
|
||||
change_scenes_manually
|
||||
|
||||
Reference in New Issue
Block a user