## Configuration file for the childsplay main module (childsplay.py)
## Look at the README.rc-files for additional information.

# You should not change the options here, unless you think you know
# what your doing.

########### IMPORTANT, READ THIS !!! ##############################
## You MUST have a complete default section.
## When you remove it, or remove parts of it, the game will probably not work as
## expected. So don't email me when you have removed the default section :-(
## BTW, you can ofcourse change the values in the default section.

[default]      
# section provides default values
# Toggle fullscreen mode, set to 0 to get the window mode
#                         set to 1 to get fullscreen mode (800x600)
fullscr  = 1         

# Set the langauge to use, works on GNU/Linux and Windows
# Possible settings: system > use the systems locale setting
#  nl > Dutch, fr > French, es > Spain, de > German
#  it > Italian, ar > Arabic, ca > Catalan, da > Danish 
#  he > Hebrew, id > Indonesian, sl > Slovenian, tr > Turkey 
			   
# The langauge defaults to English.
language = system                     

### Exclusion of games ############ 
  
# Add the games you want to exclude from the main menu. 
 
# For every game you must add a new line, like this: 
# exclude_games = "billiard" 
# exclude_games = "fallingletters" 
# exclude_games = "findsound" 
# And so one. 
exclude_games = ''   

### Running in kiosk mode #########  
# Should childsplay run in 'kiosk mode', no keyboard available  
# values can be: 'yes' or 'no'  
kiosk_mode = no  
  
