Add a link to C# basics from the Step-by-Step tutorial

Co-authored-by: Fabio Colella <fcole90@gmail.com>
This commit is contained in:
Yuri Sizov
2021-09-15 18:57:12 +03:00
committed by Hugo Locurcio
parent 59fcf49b7e
commit f4ec6b716a

View File

@@ -13,7 +13,8 @@ a project, and how to build a 2D game.
.. note:: This project is an introduction to the Godot engine. It
assumes that you have some programming experience already. If
you're new to programming entirely, you should start here:
:ref:`doc_scripting`.
:ref:`doc_scripting`. If you want to use C# in Godot, please also
read :ref:`doc_c_sharp` before continuing.
The game is called "Dodge the Creeps!". Your character must move and
avoid the enemies for as long as possible. Here is a preview of the
@@ -166,9 +167,6 @@ click "Create":
.. image:: img/attach_node_window.png
.. note:: If this is your first time encountering GDScript, please read
:ref:`doc_scripting` before continuing.
Start by declaring the member variables this object will need:
.. tabs::