mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
JSON.parse_string() parses all numbers as floats, even if there are no decimals.
`str(JSON.parse_string('{"type": 3}').asdf)` would result in `"3.0"`, which is not a valid int.
Because of this, the demo is not working.
Networking Demos
These demos showcase networking and/or multiplayer features.
Languages: All have GDScript, WebRTC uses some GDExtension
Renderer: All are Compatibility