mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-10-16 02:03:43 -04:00
copy from thegates-jam repo
This commit is contained in:
parent
c1a7ad74e1
commit
1a335de566
523 changed files with 22408 additions and 0 deletions
8
player/camera.gd
Normal file
8
player/camera.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends Camera3D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
if is_multiplayer_authority():
|
||||
make_current()
|
||||
else:
|
||||
clear_current(false)
|
Loading…
Add table
Add a link
Reference in a new issue