diff bin/settings-dist.xml @ 209:c71683cda574

Fixing an error with the path of the font and window icon.
author Beliar <KarstenBock@gmx.net>
date Tue, 20 Mar 2012 14:31:02 +0100
parents daa87d01adb9
children
line wrap: on
line diff
--- a/bin/settings-dist.xml	Tue Mar 20 14:00:34 2012 +0100
+++ b/bin/settings-dist.xml	Tue Mar 20 14:31:02 2012 +0100
@@ -11,8 +11,8 @@
     <Setting name="GLUseFramebuffer" type="bool"> True </Setting>
     <Setting name="GLUseNPOT" type="bool"> True </Setting>
     <Setting name="WindowTitle" type="str"> PARPG </Setting>
-    <Setting name="WindowIcon" type="str">data/gui/icons/window_icon.png</Setting>
-    <Setting name="Font" type="str"> data/fonts/oldtypewriter.ttf </Setting>
+    <Setting name="WindowIcon" type="str">gui/icons/window_icon.png</Setting>
+    <Setting name="Font" type="str"> fonts/oldtypewriter.ttf </Setting>
     <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]" </Setting>
     <Setting name="DefaultFontSize" type="int"> 12 </Setting>
     <Setting name="LogModules" type="list"> controller </Setting>
@@ -21,7 +21,7 @@
     <Setting name="LogToFile" type="int"> 0 </Setting>
   </Module>
   <Module name="parpg">
-    <Setting name="DataPath" type="str">data</Setting>
+    <Setting name="DataPath" type="str">../data</Setting>
     <Setting name="MapsPath" type="str">maps</Setting>
     <Setting name="MapsFile" type="str">maps.yaml</Setting>
     <Setting name="Map" type="str">Mall</Setting>