(supertux-config
	;; the following options can be set to #t or #f:
	(fullscreen #t)
	(sound      #t)
	(music      #t)
	(show_fps   #f)

	;; either "opengl" or "sdl"
	(video      "sdl")

	;; joystick number (-1 means no joystick):
	(joystick   0)
	(joystick-up   0)
	(joystick-down   4)
	(joystick-right   6)
	(joystick-left   2)
	(joystick-a   12)
	(joystick-b   15)
	(joystick-start  8)
	(keyboard-jump  32)
	(keyboard-duck  274)
	(keyboard-left  276)
	(keyboard-right 275)
	(keyboard-fire  306)
)
