Mercurial > fife-parpg
comparison clients/editor/settings.py @ 242:561751c094b8
Switched default font in the editor to FreeSans.
Fixed the layertool to not use _setBackgroundColor etc.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 25 Mar 2009 08:31:04 +0000 |
parents | f10a2e78a0e1 |
children |
comparison
equal
deleted
inserted
replaced
241:99b36f59a5d5 | 242:561751c094b8 |
---|---|
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 |
10 Font = 'fonts/samanata.ttf' | 10 Font = 'fonts/FreeSans.ttf' |
11 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" | 11 FontGlyphs = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"" |
12 | 12 |
13 LogModules = ['controller'] | 13 LogModules = ['controller'] |
14 LogToPrompt = 1 | 14 LogToPrompt = 1 |
15 LogToFile = 0 | 15 LogToFile = 0 |