From d1ec8d0864c097497245dd777e0ab72d363e7a70 Mon Sep 17 00:00:00 2001 From: Ruslan Ignatov Date: Fri, 26 Mar 2021 22:40:38 +0300 Subject: [PATCH] Program name changed --- test.py => Drakora.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test.py => Drakora.pyw (99%) 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()