mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
refactoring
This commit is contained in:
@@ -4,7 +4,7 @@ from libs.utils import load_texture_from_zip
|
||||
|
||||
|
||||
class EntryScreen:
|
||||
def __init__(self, width, height):
|
||||
def __init__(self, width: int, height: int):
|
||||
self.width = width
|
||||
self.height = height
|
||||
|
||||
|
||||
Reference in New Issue
Block a user