diff --git a/engine/sdl2.py b/engine/sdl2.py index 1551917..dbbb899 100644 --- a/engine/sdl2.py +++ b/engine/sdl2.py @@ -6,7 +6,7 @@ from sdl2.ext.compat import byteify from PIL import Image class GameWindow: - def __init__(self, width, height, cell_size, title="", key_callback=None): + def __init__(self, width, height, cell_size, title="Default", key_callback=None): self.cell_size = cell_size self.width = width * cell_size self.height = height * cell_size