Removed id from player name

This commit is contained in:
2024-12-29 09:51:48 +01:00
parent 23f2ed11eb
commit 6d008b7715
2 changed files with 5 additions and 2 deletions

View File

@@ -68,4 +68,7 @@ func set_player_character() -> void:
character.texture_normal = Settings.player_array[id].character
func update_score() -> void:
player_name_field.text = str(Settings.player_array[id].id) + " " + Settings.player_array[id].player_name + ": " + str(Settings.player_array[id].player_score)
if OS.has_feature("debug"):
player_name_field.text = str(Settings.player_array[id].id) + " " + Settings.player_array[id].player_name + ": " + str(Settings.player_array[id].player_score)
else:
player_name_field.text = Settings.player_array[id].player_name + ": " + str(Settings.player_array[id].player_score)

View File

@@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../../ResilioSync/Sorterat/MusicPlayer_1.5.0.exe"
export_path="../../ResilioSync/Sorterat/MusicPlayer_1.5.1.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false