Revision 304,
777 bytes
checked in by eliedebrauwer, 10 years ago
(diff) |
Ticket #98: Patch by Elie De Brauwer. Implemented minimum resolution filter of 1024x768 in options dialog, also adapted settings-dist.xml accordingly. comment[s:trac, t:98]
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | <Settings> |
---|
2 | |
---|
3 | <FullScreen>0</FullScreen> |
---|
4 | <PlaySounds>1</PlaySounds> |
---|
5 | <RenderBackend> OpenGL </RenderBackend> |
---|
6 | <ScreenWidth>1024</ScreenWidth> |
---|
7 | <ScreenHeight>768</ScreenHeight> |
---|
8 | <BitsPerPixel> 0 </BitsPerPixel> |
---|
9 | <InitialVolume> 5.0 </InitialVolume> |
---|
10 | <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha> |
---|
11 | <WindowTitle> PARPG Demo </WindowTitle> |
---|
12 | <WindowIcon>gui/icons/window_icon.png</WindowIcon> |
---|
13 | <MapFile> maps/map.xml </MapFile> |
---|
14 | <Font> fonts/samanata.ttf </Font> |
---|
15 | <FontGlyphs> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</FontGlyphs> |
---|
16 | <FontSize>12</FontSize> |
---|
17 | <LogModules> controller </LogModules> |
---|
18 | <LogToPrompt> 0 </LogToPrompt> |
---|
19 | <LogToFile> 0 </LogToFile> |
---|
20 | <ImageChunkSize> 256 </ImageChunkSize> |
---|
21 | <PCSpeed> 3 </PCSpeed> |
---|
22 | </Settings> |
---|
Note: See
TracBrowser
for help on using the repository browser.