diff --git a/pocket_friends/_development/surfaces/_black_screen.py b/pocket_friends/_development/surfaces/_black_screen.py index 8a0f1ad..329ce26 100644 --- a/pocket_friends/_development/surfaces/_black_screen.py +++ b/pocket_friends/_development/surfaces/_black_screen.py @@ -10,7 +10,7 @@ class Surface(surface.GameSurface): self.delay = 1 self.font = pygame.font.Font(resources_dir + '/fonts/5Pts5.ttf', 10) self.title = pygame.image.load(resources_dir + '/images/debug/invalid.png').convert_alpha() - self.next_surface = 'title' + self.next_surface = '_dev_menu' def update(self): self.preprocess()