7 lines
120 B
Python
7 lines
120 B
Python
|
class Game:
|
||
|
def __init__(self):
|
||
|
self.resolution
|
||
|
self.windowName
|
||
|
self.fps
|
||
|
self.timer
|