예제 #1
0
파일: Game.py 프로젝트: Blastra/RuinWorld
 def __init__(self):
     self.state = State()
     self.titleScene = TitleScene(self.state)