Mercurial > fife-parpg
comparison demos/rio_de_hola/settings-dist.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children | 3dff106b945b |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 <Settings> | |
2 <FullScreen> 0 </FullScreen> | |
3 <PlaySounds> 1 </PlaySounds> | |
4 <RenderBackend> OpenGL </RenderBackend> | |
5 <ScreenWidth> 1024 </ScreenWidth> | |
6 <ScreenHeight> 768 </ScreenHeight> | |
7 <BitsPerPixel> 0 </BitsPerPixel> | |
8 <InitialVolume> 5.0 </InitialVolume> | |
9 <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha> | |
10 <WindowTitle> FIFE - Rio de hola </WindowTitle> | |
11 <WindowIcon>gui/icons/boy.png</WindowIcon> | |
12 | |
13 <MapFile> maps/shrine.xml </MapFile> | |
14 <Font> fonts/FreeSans.ttf </Font> | |
15 <FontGlyphs> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</FontGlyphs> | |
16 <LogModules> controller </LogModules> | |
17 <PychanDebug> False </PychanDebug> | |
18 <LogToPrompt> 1 </LogToPrompt> | |
19 <LogToFile> 0 </LogToFile> | |
20 <UsePsyco> False </UsePsyco> | |
21 <ProfilingOn> False </ProfilingOn> | |
22 <ImageChunkSize> 256 </ImageChunkSize> | |
23 | |
24 <CoordinateLayerName> TechdemoMapTileLayer </CoordinateLayerName> | |
25 <QuadTreeLayerName> <!--TechdemoMapObjectLayer--> </QuadTreeLayerName> | |
26 | |
27 <heroTexts> I wonder when the guys will \n get this world ready for me ; Bring it on baby, \n I'm ready for action! ; humm di dum.... </heroTexts> | |
28 <girlTexts> Why I am running? Haven't you heard \n that the bees are coming?! ; Heeelp!!! The bees are going to get us! </girlTexts> | |
29 <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 \n else than stand still and greet everybody? </beekeeperTexts> | |
30 | |
31 <!-- Test Settings --> | |
32 <TestCameraPlacement> 0 </TestCameraPlacement> | |
33 <TestRotationLayerName> TechdemoMapObjectLayer <!-- TechdemoMapTileLayer --> </TestRotationLayerName> | |
34 <TestAgentSpeed> 0.5 </TestAgentSpeed> | |
35 </Settings> |