Mercurial > fife-parpg
comparison clients/pychan_demo/settings.py @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children | 97d6946bd917 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 BitsPerPixel = 0 | |
2 FullScreen = 0 | |
3 InitialVolume = 5 | |
4 PlaySounds = 1 | |
5 RenderBackend = "OpenGL" | |
6 SDLRemoveFakeAlpha = 1 | |
7 ScreenWidth = 1024 | |
8 ScreenHeight = 768 | |
9 | |
10 LogModules = ['GUI']#['hexgrid'] | |
11 LogToPrompt = 1 | |
12 LogToFile = 0 | |
13 | |
14 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" | |
15 Font = 'content/fonts/samanata.ttf' |