mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
committed by
Hugo Locurcio
parent
59fcf49b7e
commit
f4ec6b716a
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user