# Fullscreen enable/disable
Fullscreen = 1
# Width of screen in blocks
screenX = 21
# Height of screen in blocks
screenY = 16
# Theme Folder - path to a valid theme
theme = /usr/share/tuxdash/themes/original/
# Distance in X direction, before scrolling starts
scrolldistX = 3
# Distance in Y direction, before scrolling starts
scrolldistY = 2
# Number of fields to scroll in X direction
scrollamountX = 10
# Number of fields to scroll in Y direction
scrollamountY = 8
# Game speed - 30 is default
speed = 30
#  Display framerate yes/no
framerate = 0
# ASCII values for controls
left = 276
right = 275
up = 273
down = 274
use = 97
scroll = 308
pause = 112
