comparison clients/editor/settings.py @ 107:860d81602a2a

- prepared basicapplication to use WindowTitle / WindowIcon from clients settings.py - modified editor settings.py - modified rio de hola settings.py
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 25 Jul 2008 17:14:13 +0000
parents 4a0efb7baf70
children ade070598fd1
comparison
equal deleted inserted replaced
106:1fa74d3229d5 107:860d81602a2a
4 PlaySounds = 1 4 PlaySounds = 1
5 RenderBackend = "OpenGL" 5 RenderBackend = "OpenGL"
6 SDLRemoveFakeAlpha = 1 6 SDLRemoveFakeAlpha = 1
7 ScreenWidth = 1024 7 ScreenWidth = 1024
8 ScreenHeight = 768 8 ScreenHeight = 768
9
9 Font = 'content/fonts/samanata.ttf' 10 Font = 'content/fonts/samanata.ttf'
10 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" 11 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\""
11 12
12 LogModules = ['controller'] 13 LogModules = ['controller']
13 LogToPrompt = 1 14 LogToPrompt = 1
14 LogToFile = 0 15 LogToFile = 0
15 16
17 WindowTitle = 'FIFE - Editor client'
18 WindowIcon = ''
19