Mercurial > fife-parpg
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clients/rio_de_hola/settings.py Sun Jun 29 18:44:17 2008 +0000 @@ -0,0 +1,45 @@ +BitsPerPixel = 0 +FullScreen = 0 +InitialVolume = 5.0 +PlaySounds = 1 +RenderBackend = "OpenGL" +SDLRemoveFakeAlpha = 1 +ScreenWidth = 1024 +ScreenHeight = 768 +MapFile = 'maps/testmap3.xml' +Font = 'fonts/samanata.ttf' +FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" + +LogModules = ['controller'] +PychanDebug = False +LogToPrompt = 1 +LogToFile = 0 +UsePsyco = False +ImageChunkSize = 256 + +CoordinateLayerName = "TechdemoMapTileLayer" +QuadTreeLayerName = "" #"TechdemoMapObjectLayer" + +heroTexts = ( + 'I wonder when the guys will\n' + 'get this world ready for me', + "Bring it on baby,\nI'm ready for action!", + 'humm di dum....', +) + +girlTexts = ( + "Why I am running? Haven't you heard\nthat the bees are coming?!", + 'Heeelp!!! The bees are going to get us!', +) + +beekeeperTexts = ( + "Some idiot has grown mutated bees around here", + 'Want to take a look at my farm?', + 'Did you know that I actually cannot do anything\nelse than stand still and greet everybody?', +) + + +# test settings +TestCameraPlacement = 0 +TestRotationLayerName = "TechdemoMapObjectLayer" # or "TechdemoMapTileLayer" +TestAgentSpeed = 0.5 +