First network test

This commit is contained in:
Aria 2025-04-27 23:58:19 +10:00
commit cd2d63c8eb
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
98 changed files with 581 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# A simple networking test
Just wanted to see how Godot's networking works!
<video controls width="900">
<source src="./Media/Demo.webm" type="video/webm" />
<source src="./Media/Demo.mp4" type="video/mp4" />
</Video>