ADD: colours to players on teams

This commit is contained in:
2025-03-16 17:25:32 +01:00
parent 9cd205a293
commit 3ee2c5de44
4 changed files with 32 additions and 17 deletions

View File

@@ -12,7 +12,8 @@ def main():
map_name = header_info['map_name']
players = demo_parser.parse_player_info()
team_1 = Team(is_ct=True)
team_1 = Team()
team_1.set_ct()
team_2 = Team()
m = Match(map_name, game_info, team_1, team_2)
m.tick = 1800