comparison skaapsteker/__init__.py @ 633:cd3514bf79b5

Add --fullscreen option.
author Simon Cross <hodgestar@gmail.com>
date Fri, 27 Jan 2023 23:18:10 +0100
parents 5f1058593462
children
comparison
equal deleted inserted replaced
632:0675f390653c 633:cd3514bf79b5
1 options = { 1 options = {
2 'debug_rects': False, 2 'debug_rects': False,
3 'all_tails': False, 3 'all_tails': False,
4 'dvorak': False, 4 'dvorak': False,
5 'sound': True, 5 'sound': True,
6 'fullscreen': False,
6 } 7 }