Rewrite and rename scripting -> scripting_languages

The page now focuses on giving an overview of official scripting languages.
Removed first example using signals. We'll introduce signals later in
the series.

Moved the explanation of what scripts are and do to the top, before
talking about languages.

Mentioned other things like that GDScript isn't like Python, that it's
an imperative and OO language, with links to wikipedia that explain the
jargon.

Closes #4172
This commit is contained in:
Nathan Lovato
2020-11-02 15:09:34 -06:00
parent e7643e5925
commit fbb8105a54
11 changed files with 615 additions and 344 deletions

View File

@@ -25,7 +25,7 @@ The ``new`` method of a script subclass creates a new instance. :ref:`Object.set
Tutorials
---------
- :doc:`../getting_started/step_by_step/scripting`
- :doc:`../getting_started/step_by_step/your_first_script`
Properties
----------