Files
godot-demo-projects/networking
Alex 5689210c46 Fix player occasionally not being hit by bomb in Multiplayer Bomber (#987)
If the bomb and the player are at the same position, then `intersect_ray` returns no result.
`query.hit_from_inside = true` fixes the problem. The other changes were made automatically by Godot.
2023-10-23 00:09:54 +02:00
..
2023-06-28 21:27:10 +02:00
2023-06-28 21:27:10 +02:00
2023-06-28 21:27:10 +02:00
2023-06-28 21:27:10 +02:00
2023-06-28 21:27:10 +02:00

Networking Demos

These demos showcase networking and/or multiplayer features.

Languages: All have GDScript, WebRTC uses some GDNative

Renderer: All are GLES 2