changed the display style of the selected beat

This commit is contained in:
2025-09-01 20:31:01 +02:00
parent ce9b7c39ec
commit 0448355401
3 changed files with 21 additions and 19 deletions

View File

@ -24,6 +24,9 @@ class ItemSelection:
def get_count(self):
return len(self.items)
def get_selected_item(self):
return self.items[self.index]
def update(self):
self.surface.fill("black")
for i in range(self.get_display_count()):