Mercurial > parpg-core
changeset 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 | 133adcfad006 |
files | .hgsubstate bin/settings-dist.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsubstate Tue Mar 20 14:00:34 2012 +0100 +++ b/.hgsubstate Tue Mar 20 14:31:02 2012 +0100 @@ -1,2 +1,2 @@ -f4994e080d87405777974f050be1124e22586673 parpg +c41299c7e833ce07efd81e42779758b8fcd6ea08 parpg 833aac39c9bd43873554f19ab3d6c27ddba317ff tools
--- 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.,!?-+/():;%&`'*#=[]" </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>