tweaks to playlist loader, working on preventing reentry to levels in round

This commit is contained in:
derek
2025-02-28 16:41:21 -06:00
parent dba1be2034
commit 3ab4160be6
9 changed files with 23 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ var last_leaderboard_id = 0
var user_names = ["Profile 1","Profile 2","Profile 3","Profile 4","Profile 5"]
var all_user_leaderboards = [["Global"]]
var current_leaderboard_name = all_user_leaderboards[user_id][last_leaderboard_id]
var no_reentry_portals = []
var playlist_test
var current_match