Add missing C# code examples to documentation

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
This commit is contained in:
Shawn Hardern
2024-08-25 12:12:49 +01:00
parent 6b1bd26c12
commit e09439a4e0
17 changed files with 1385 additions and 27 deletions

View File

@@ -5,11 +5,19 @@
Introduction
============
::
.. tabs::
.. code-tab:: gdscript
func _ready():
print("Hello world!")
.. code-tab:: csharp
public override void _Ready()
{
GD.Print("Hello world!");
}
Welcome to the official documentation of **Godot Engine**, the free and open source
community-driven 2D and 3D game engine! Behind this mouthful, you will find a
powerful yet user-friendly tool that you can use to develop any kind of game,