Mercurial > fife-parpg
comparison clients/rio_de_hola/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 | 61fdc090b0d4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 BitsPerPixel = 0 | |
2 FullScreen = 0 | |
3 InitialVolume = 5.0 | |
4 PlaySounds = 1 | |
5 RenderBackend = "OpenGL" | |
6 SDLRemoveFakeAlpha = 1 | |
7 ScreenWidth = 1024 | |
8 ScreenHeight = 768 | |
9 MapFile = 'maps/testmap3.xml' | |
10 Font = 'fonts/samanata.ttf' | |
11 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" | |
12 | |
13 LogModules = ['controller'] | |
14 PychanDebug = False | |
15 LogToPrompt = 1 | |
16 LogToFile = 0 | |
17 UsePsyco = False | |
18 ImageChunkSize = 256 | |
19 | |
20 CoordinateLayerName = "TechdemoMapTileLayer" | |
21 QuadTreeLayerName = "" #"TechdemoMapObjectLayer" | |
22 | |
23 heroTexts = ( | |
24 'I wonder when the guys will\n' + 'get this world ready for me', | |
25 "Bring it on baby,\nI'm ready for action!", | |
26 'humm di dum....', | |
27 ) | |
28 | |
29 girlTexts = ( | |
30 "Why I am running? Haven't you heard\nthat the bees are coming?!", | |
31 'Heeelp!!! The bees are going to get us!', | |
32 ) | |
33 | |
34 beekeeperTexts = ( | |
35 "Some idiot has grown mutated bees around here", | |
36 'Want to take a look at my farm?', | |
37 'Did you know that I actually cannot do anything\nelse than stand still and greet everybody?', | |
38 ) | |
39 | |
40 | |
41 # test settings | |
42 TestCameraPlacement = 0 | |
43 TestRotationLayerName = "TechdemoMapObjectLayer" # or "TechdemoMapTileLayer" | |
44 TestAgentSpeed = 0.5 | |
45 |