mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Add links to the Asset Library after release 3.2-5bd2bbf
This commit is contained in:
@@ -6,6 +6,8 @@ Language: GDScript
|
|||||||
|
|
||||||
Renderer: GLES 2
|
Renderer: GLES 2
|
||||||
|
|
||||||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/786
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -10,3 +10,5 @@ Renderer: GLES 2
|
|||||||
|
|
||||||
Note: There is a GDScript version available
|
Note: There is a GDScript version available
|
||||||
[here](https://github.com/godotengine/godot-demo-projects/tree/master/mobile/android_iap).
|
[here](https://github.com/godotengine/godot-demo-projects/tree/master/mobile/android_iap).
|
||||||
|
|
||||||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/787
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Pong Multiplayer with C#
|
# Pong Multiplayer with C#
|
||||||
|
|
||||||
A multiplayer demo of Pong. One player presses "host". The other presses "join". This only works locally.
|
A multiplayer demo of Pong. One player presses "host".
|
||||||
|
The other presses "join". This only works locally.
|
||||||
|
|
||||||
Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_sharp/index.html)
|
Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_sharp/index.html)
|
||||||
|
|
||||||
@@ -8,6 +9,8 @@ Renderer: GLES 2
|
|||||||
|
|
||||||
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/networking/multiplayer_pong).
|
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/networking/multiplayer_pong).
|
||||||
|
|
||||||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/788
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
# Pong Multiplayer
|
# Pong Multiplayer
|
||||||
|
|
||||||
A multiplayer demo of the classical pong game.
|
A multiplayer demo of Pong. One player presses "host".
|
||||||
One of the players should press "host", while the
|
The other presses "join". This only works locally.
|
||||||
other should select the address and press "join".
|
|
||||||
|
|
||||||
Language: GDScript
|
Language: GDScript
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user