high score table working after lose

This commit is contained in:
2023-03-21 17:13:35 +01:00
parent d8a4886d59
commit e67b97f424
16 changed files with 281 additions and 194 deletions

View File

@@ -31,6 +31,7 @@ public class UsernameHandler : MonoBehaviour
private void Start() {
usernameCheck();
}
public void ReadUsername(string username){ //kiirja az inputbol kapott usernevet fajlba
this.username = username;