Added item shuffling

This commit is contained in:
2025-06-26 16:43:40 +01:00
parent a12a583444
commit 1366c10fd7

View File

@ -92,6 +92,8 @@ class Game(gameUtils.Game):
self.items.append(WheelItem('Get shocked at 100%'))
self.items.append(WheelItem('Get slapped by\neveryone in the room'))
self.items.append(WheelItem('Respin, wheel hidden'))
random.shuffle(self.items)
# How many pixels away from the outer side of the
# circle the text should be
textMargin = 5