#2 #6 #7 Added a new sync screen that shows progress during sync
All checks were successful
Build / build (push) Successful in 1m22s

This commit is contained in:
2025-09-19 22:15:37 +02:00
parent 3e4d417b4f
commit 4e6e37775d
17 changed files with 443 additions and 64 deletions

View File

@@ -21,7 +21,7 @@ var is_first_point: bool = true
var character: Texture = load("res://noCharacter.png")
func _init(new_name: String, new_id: int):
func _init(new_name: String, new_id: int) -> void:
player_name = new_name
id = new_id
player_score = 0