Add multiplayer item use and session chat
This commit is contained in:
parent
5e04b70609
commit
5dda74c9e4
27 changed files with 1361 additions and 31 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue