Refactored server flow
This commit is contained in:
@ -5,6 +5,7 @@ extends Camera3D
|
||||
|
||||
func _ready():
|
||||
Global.camera = self
|
||||
look_at(center.position)
|
||||
|
||||
func _process(delta):
|
||||
if Global.player == null:
|
||||
|
Reference in New Issue
Block a user