Mercurial > fife-parpg
comparison clients/editor/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 | 860d81602a2a |
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 Font = 'content/fonts/samanata.ttf' | |
10 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" | |
11 | |
12 LogModules = ['controller'] | |
13 LogToPrompt = 1 | |
14 LogToFile = 0 | |
15 |