Multiplayer networking + broke a bunch of things, we'll need to redo gun switching

This commit is contained in:
Halbear 2026-07-09 00:18:29 +01:00
parent c270a049b5
commit f3c83bea80
23 changed files with 23298 additions and 1071 deletions

View file

@ -11,8 +11,8 @@ display_width=640
#Engine Core Settings
#the precision of frames, set this to 16000000, and it will limit the whole engine to 64FPS
frame_accuracy=0
throttle_on_unfocus=true
throttle_accuracy=100000000
throttle_on_unfocus=false
throttle_accuracy=4000000
#event tick rate for game process
master_tick_rate=240
main_thread_tickrate=120