diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-23 18:42:26 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-23 18:42:26 +0200 |
commit | b03cb075e7a2042764a355a46d649b187f66343b (patch) | |
tree | f78e991650d33f7b1d9d8eab60f1e045da92d6c1 /src/sliceitoff/screens | |
parent | 975e5dca49fb09fe2f762462f1c337c0d63735bf (diff) |
Field as sprite group.
Diffstat (limited to 'src/sliceitoff/screens')
-rw-r--r-- | src/sliceitoff/screens/welcome.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sliceitoff/screens/welcome.py b/src/sliceitoff/screens/welcome.py index 93218f3..9a7a341 100644 --- a/src/sliceitoff/screens/welcome.py +++ b/src/sliceitoff/screens/welcome.py @@ -7,6 +7,10 @@ def welcome_screen(): " * Do not hit the balls\n" " * Make area 10% or smaller\n" " * Do not separate the balls\n" + " * Make area 10% or smaller\n" + " * Do not separate the balls\n" + " * Make area 10% or smaller\n" + " * Do not separate the balls\n" " * Be fast!!\n", font = 'computer', size = (8_000, 16_000), |