knobs module takes an attribute 'values'

This commit is contained in:
SallarShayegan
2025-02-28 13:33:11 +01:00
parent 06006194a8
commit 3eae3a7cf6
3 changed files with 8 additions and 6 deletions

View File

@ -35,7 +35,7 @@ class GuiMain:
self.fx_mode_buttons[0].focused = True
self.knobs = Knobs(self)
self.knobs = Knobs(self, [0, 0.1, 0.4, 0.9, 0.2, 0.5, 0.8, 0.3])
self.clock = pygame.time.Clock()
self.running = True