changed the display style of the selected beat
This commit is contained in:
@ -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()):
|
||||
|
||||
Reference in New Issue
Block a user