summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/__init__.py
blob: 6b5165ec9a0409e74e04b988c5f179030241cd08 (plain)
1
2
3
4
5
6
7
8
9
10
""" screens - collection of functions that generates group of spites
    to fill the 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
from .mainmenu import mainmenu_screen
from .instructions1 import instructions1_screen
from .instructions2 import instructions2_screen