91b878f347
- Added 6 Quaternius weapon models (Pistol, Revolver, Rifle, Shotgun, P90, SniperRifle) - Created weapon resource files with balanced stats - Wired Pistol + Rifle into player.tscn replacing Kenney blasters - Fixed WASD input (matched input map action names) - Fixed Escape key toggles mouse capture - Added Audio autoload singleton - Fixed broken sound asset paths across all scripts - Fixed all scene ext_resource text paths (nested under assets/kenney-fps/) - Fixed all .import source_file paths - Deleted stale .import files (will be regenerated by editor on open)
Multiplayer fps example
A simple demo fps game, using netfox's RollbackSynchronizer and
NetworkWeaponHitscan3D to implement a server-authorative model, while also
compensating for latency with client-side prediction.
To edit and/or run, open the Godot project in the repository root, and open the scene in this directory.