diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-08 02:55:25 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-08 02:55:25 +0300 |
commit | 74a735a7878bc76d01b644505f674cfe7bebd058 (patch) | |
tree | 6c7f64b88abffe9cdecb655ed950ac34485bbeaf /src/sliceitoff/screens/__init__.py | |
parent | eeac2c3bd87c542c48c806a98ea8c7c22db6dfc2 (diff) |
instructions screens
Diffstat (limited to 'src/sliceitoff/screens/__init__.py')
-rw-r--r-- | src/sliceitoff/screens/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/__init__.py b/src/sliceitoff/screens/__init__.py index d9d66c5..6b5165e 100644 --- a/src/sliceitoff/screens/__init__.py +++ b/src/sliceitoff/screens/__init__.py @@ -1,9 +1,10 @@ """ 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 from .mainmenu import mainmenu_screen +from .instructions1 import instructions1_screen +from .instructions2 import instructions2_screen |