add nameplate bg selection

This commit is contained in:
Anthony Samms
2025-10-31 00:17:16 -04:00
parent ded4ab44d4
commit e980caa347
7 changed files with 13 additions and 9 deletions

View File

@@ -395,7 +395,7 @@ class SongSelectPlayer:
self.chara = Chara2D(int(self.player_num) - 1, 100)
plate_info = global_data.config[f'nameplate_{self.player_num}p']
self.nameplate = Nameplate(plate_info['name'], plate_info['title'],
int(self.player_num), plate_info['dan'], plate_info['gold'])
int(self.player_num), plate_info['dan'], plate_info['gold'], plate_info['title_bg'])
def update(self, current_time):
"""Update player state"""