Add multiplayer item use and session chat

This commit is contained in:
Alexander Sellite 2026-07-29 19:26:46 -04:00
parent 5e04b70609
commit 5dda74c9e4
27 changed files with 1361 additions and 31 deletions

View file

@ -536,6 +536,10 @@ func get_body_center_height() -> float:
return body_center_height
func get_gameplay_camera() -> Camera3D:
return _camera
func get_fishing_rod_tip() -> Marker3D:
return _fishing_rod_tip