from text import TextPage
def welcome_screen():
return TextPage(
" Slice it off!\n"
" \n"
" * Do not hit 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),
grid = (9_000, 16_000) )