feat: Implement core player movement with advanced pushing mechanics, define game modes, and introduce various new managers and UI components.
This commit is contained in:
@@ -31,8 +31,8 @@ func _ready() -> void:
|
||||
auth.auth_completed.connect(_on_auth_completed)
|
||||
auth.logged_out.connect(_on_logged_out)
|
||||
|
||||
func _on_auth_completed(_success: bool, user_data: Dictionary) -> void:
|
||||
if _success:
|
||||
func _on_auth_completed(success: bool, _user_data: Dictionary) -> void:
|
||||
if success:
|
||||
await load_profile()
|
||||
|
||||
func _on_logged_out() -> void:
|
||||
|
||||
Reference in New Issue
Block a user