This commit is contained in:
沈瑗杰 2020-12-05 23:15:31 +08:00
parent 7c2b34be80
commit 36e68f3a6b

View File

@ -29,4 +29,5 @@ class Game:
self.window = Window(width=int(self.window_c['width']),
height=int(self.window_c['height']),
fullscreen=bool(self.window_c['fullscreen']),
caption=str(self.window_c['caption']))
caption=str(self.window_c['caption']),
visible=bool(self.window_c['visible']))