summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/__init__.py
blob: 107d231cfcb130c6f38c1891d104c606d3ee1a53 (plain)
1
2
3
4
5
6
7
8
""" screens - collection of functions that generates group of spites
    to fill the screen """
from .welcome import welcome_screen
from .levelup import levelup_screen
from .gameover import gameover_screen
from .level import level_screen
from .initials import initials_screen
from .hiscores import hiscores_screen