pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.18k stars 327 forks source link

Some Errors in the documentation #685

Open Camzzzy opened 3 months ago

Camzzzy commented 3 months ago

In "~~ Networking Concepts ~~" . "Instead the packet is sent to some other in-between computer" the word "packet" should have a "s".

And under the "Basics" area with the coding examples some of the "def say(connection, time_received, message: str)" function is missing a ":" and there are some inconsistent use of spaces and tabs.

And also in the documentation for it didn't really say what most of the RPC function inputs do like "connection" ect.