1 """ Engine for moving controll scenes and tranistions between them.
8 import pygame.locals as pgl
10 from .constants import FPS
14 def __init__(self, screen, scene):
19 clock = pygame.time.Clock()
22 events = pygame.event.get()
24 if ev.type == pgl.QUIT:
27 pass # TODO: send to scene