diff --git a/game.py b/game.py index 7661d6f..a384ecd 100644 --- a/game.py +++ b/game.py @@ -106,8 +106,6 @@ class Game(gameUtils.Game): for idx, item in enumerate(self.items): # Calculate the radians of this item rad = (idx / len(self.items)) * maths.pi * 2 - # Rotate it CCW be 90deg so the first item is on the top - rad -= maths.pi / 2 # Calculate the vector offset by half the item gap # This is because the text should be in the middle, # and the lines (which is what this is used by) on the edges