update README

This commit is contained in:
Aria 2025-04-28 00:02:13 +10:00
parent b82399f906
commit c30dbdf1c6
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -3,6 +3,6 @@
Just wanted to see how Godot's networking works! Just wanted to see how Godot's networking works!
<video controls width="900"> <video controls width="900">
<source src="./Media/Demo.webm" type="video/webm" /> <source src="https://github.com/BuyMyMojo/godot-network-test/raw/refs/heads/main/Media/Demo.webm" type="video/webm" />
<source src="./Media/Demo.mp4" type="video/mp4" /> <source src="https://github.com/BuyMyMojo/godot-network-test/raw/refs/heads/main/Media/Demo.mp4" type="video/mp4" />
</Video> </Video>