ファイル
2024-05-19 18:45:48 +09:00

15 行
223 B
Python

class CWindow:
WIDTH: int = 1024
HEIGHT: int = 768
class CKita:
WIDTH: float = CWindow.HEIGHT / 3.84
HEIGHT: float = WIDTH
class CJojoko:
WIDTH: float = CKita.HEIGHT * .75
HEIGHT: float = WIDTH