Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Redot-Documentation/docs/About/complying_with_licenses.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Complying with licenses


:::warning

The recommendations in this page **are not legal advice.** They are provided
Expand Down
6 changes: 4 additions & 2 deletions Redot-Documentation/docs/About/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Tabs>

<TabItem value="gdscript" label="Gdscript">
<TabItem value="gdscript" label="GDscript">

```gdscript
func _ready():
Expand All @@ -13,7 +13,7 @@ func _ready():

</TabItem>

<TabItem value="csharp" label="Csharp">
<TabItem value="csharp" label="CSharp">

```csharp
public override void _Ready()
Expand All @@ -25,6 +25,8 @@ public override void _Ready()

</TabItem>



</Tabs>

Welcome to the official documentation of **Redot Engine**, the free and open source
Expand Down
1 change: 1 addition & 0 deletions Redot-Documentation/docs/About/list_of_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This page aims to list **all** features currently supported by Redot.



## Platforms

:::info
Expand Down
Loading
Loading