mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
deworming my simulator
This commit is contained in:
@@ -13,9 +13,7 @@ from libs.utils import (
|
||||
|
||||
|
||||
class SettingsScreen:
|
||||
def __init__(self, width: int, height: int):
|
||||
self.width = width
|
||||
self.height = height
|
||||
def __init__(self):
|
||||
self.screen_init = False
|
||||
self.config = global_data.config
|
||||
self.headers = list(self.config.keys())
|
||||
|
||||
Reference in New Issue
Block a user