mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-08-24 03:17:09 -04:00
readme
This commit is contained in:
parent
1a335de566
commit
0d4503fd79
9 changed files with 94 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Godot 4 Multiplayer template
|
||||
|
||||
|
||||
Template repository with client-server multiplayer and voice chat ready to go. <br/>
|
||||
It has: <br/>
|
||||
\- Third person controller with interpolation on client <br/>
|
||||
\- Voice over with 3d positioning <br/>
|
||||
\- UI for changing names and tweaking voice volume <br/>
|
||||
|
||||
> #### The content in this repository is free to use in personal, educational and commercial projects.
|
||||
|
||||
## Screenshots
|
||||
|
||||
<img src="screenshots\hub.png" width="500"> <br/> <br/>
|
||||
<img src="screenshots\editor.png" width="500"> <br/> <br/>
|
||||
|
||||
[player/player.gd](player/player.gd)
|
||||
|
||||
<img src="screenshots\interpolation.png" width="500"> <br/> <br/>
|
||||
|
||||
## Credits
|
||||
|
||||
* VoIP extension for Godot 4 - https://github.com/RevoluPowered/one-voip-godot-4
|
||||
* Platformer Kit (2.2) - https://www.kenney.nl
|
Loading…
Add table
Add a link
Reference in a new issue