diff --git a/test.py b/Drakora.pyw similarity index 99% rename from test.py rename to Drakora.pyw index 8f70f05..0ad8a07 100644 --- a/test.py +++ b/Drakora.pyw @@ -216,7 +216,7 @@ def init(): random.seed() pygame.init() screen = pygame.display.set_mode(screenSize) - pygame.display.set_caption('First test') + pygame.display.set_caption('Drakora') clock = pygame.time.Clock() sprites = pygame.sprite.Group()