Refactored server flow

This commit is contained in:
2024-01-29 17:51:31 +01:00
parent 6f49400770
commit bf08205c7d
15 changed files with 232 additions and 154 deletions

View File

@ -5,6 +5,7 @@ extends Camera3D
func _ready():
Global.camera = self
look_at(center.position)
func _process(delta):
if Global.player == null: