Define prestart attribute on ButtonMark to place buttons before start

This commit is contained in:
2025-08-23 00:33:54 +01:00
parent b8d8cb8fb7
commit 5a25e325f3
4 changed files with 25 additions and 5 deletions

View File

@@ -42,6 +42,9 @@ class Item:
def get_next_button(self):
return self._timings.get_button()
def is_button_prestart(self, name):
return self._timings.is_button_prestart(name)
def get_title(self):
return self._title