mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-13 12:10:04 +01:00
Link C# version in Squash the Creeps demo README (#1274)
- Also add a link the other way around (from the C# version to the GDScript version) to match Dodge the Creeps. - Use GitHub admonition syntax.
This commit is contained in:
@@ -12,7 +12,9 @@ Language: GDScript
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/dodge_the_creeps).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/dodge_the_creeps).
|
||||
|
||||
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2712
|
||||
|
||||
|
||||
@@ -8,7 +8,9 @@ Language: GDScript
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/pong).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/pong).
|
||||
|
||||
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2728
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@ Language: GDScript
|
||||
|
||||
Renderer: Forward+
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/squash_the_creeps).
|
||||
|
||||
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2751
|
||||
|
||||
## Screenshots
|
||||
|
||||
@@ -8,7 +8,9 @@ Language: GDScript
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/2.5d).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a C# version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/mono/2.5d).
|
||||
|
||||
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2783
|
||||
|
||||
|
||||
@@ -8,7 +8,9 @@ Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_shar
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/misc/2.5d).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/misc/2.5d).
|
||||
|
||||
## How does it work?
|
||||
|
||||
|
||||
@@ -12,7 +12,9 @@ Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_shar
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps).
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||
@@ -8,7 +8,9 @@ Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_shar
|
||||
|
||||
Renderer: Compatibility
|
||||
|
||||
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/pong).
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/pong).
|
||||
|
||||
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2796
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@ Language: C#
|
||||
|
||||
Renderer: Forward+
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/3d/squash_the_creeps).
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user