Skip to content

Commit

Permalink
Nineball as default game
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jan 12, 2024
1 parent 0711b94 commit 218d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pooltool/ani/animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def create_system(self):
"""
# Change this line to change the game played.
# Pick from {NINEBALL, EIGHTBALL, THREECUSHION, SNOOKER, SANDBOX}
game_type = GameType.SUMTOTHREE
game_type = GameType.NINEBALL

game = get_ruleset(game_type)()
game.players = [
Expand Down

0 comments on commit 218d379

Please sign in to comment.