from text import TextPage
from display import Scaling
class Welcome():
def __init__(self):
self.sprites = TextPage(
" Slice it off!\n"
"\n"
"* Do not hit the balls\n"
"* Slice off empty areas\n"
"* Slice off empty areas\n",
font = 'computer',
size = (8_000, 16_000),
grid = (9_000, 16_000) )