mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
dont init sound
old-commit-hash: 0a01d88139dd35cd4d979dbac78e2f0ff69a7664
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class Window():
|
||||
def __init__(self, w, h, caption="window", double=False):
|
||||
self.w = w
|
||||
self.h = h
|
||||
pygame.init()
|
||||
pygame.display.init()
|
||||
pygame.display.set_caption(caption)
|
||||
self.double = double
|
||||
if self.double:
|
||||
|
||||
Reference in New Issue
Block a user