mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user