#22: Now block add player if player name is empty
All checks were successful
Build / build (push) Successful in 1m21s

#23: Add a log for when points are given to players
#25: Fixed some graphical stuff
#26: Changed so the same character can be on a song multiple times
#27: Turning off statistics after win
This commit is contained in:
2025-11-15 14:53:51 +01:00
parent c6ed3c8e53
commit bae5831a3e
11 changed files with 173 additions and 37 deletions

View File

@@ -23,9 +23,15 @@ var edit_players: bool = false
var currently_syncing: bool = false
var character_select_open: bool = false
var version: String = "1.6.1"
var version: String = "1.7.0"
var whats_new: String = "Changelog:
1.7.0:
#22: Now block add player if player name is empty
#23: Add a log for when points are given to players
#25: Fixed some graphical stuff
#26: Changed so the same character can be on a song multiple times
#27: Turning off statistics after win
1.6.1:
#17: Removed Debug text in release
#18: Fixed bug with new character select screen