refactoring

This commit is contained in:
Yonokid
2025-04-23 19:14:09 -04:00
parent 0012868d4e
commit 3291eccdcd
11 changed files with 634 additions and 482 deletions

View File

@@ -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