removed unnecessary print statement
This commit is contained in:
parent
bd2931ebe8
commit
e974687da3
@ -18,7 +18,6 @@ class Surface(surface.GameSurface):
|
|||||||
self.preprocess()
|
self.preprocess()
|
||||||
self.blit(self.title, (0, 0))
|
self.blit(self.title, (0, 0))
|
||||||
|
|
||||||
print(self.frames)
|
|
||||||
self.frames += 1
|
self.frames += 1
|
||||||
if self.frames > self.game_fps * self.delay:
|
if self.frames > self.game_fps * self.delay:
|
||||||
self.next_surface = 'egg_select'
|
self.next_surface = 'egg_select'
|
||||||
|
Loading…
Reference in New Issue
Block a user