Skip to content

Commit

Permalink
Change Titlebar to FIFE Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliar83 committed Jan 10, 2018
1 parent 8040108 commit b64135c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Setting name="InitialVolume" type="float"> 5.0 </Setting>
<Setting name="SDLRemoveFakeAlpha" type="bool"> True </Setting>
<Setting name="GLCompressImages" type="bool"> False </Setting>
<Setting name="WindowTitle" type="str"> FIFERPG Editor </Setting>
<Setting name="WindowTitle" type="str"> FIFE Editor</Setting>
<Setting name="WindowIcon" type="str"> </Setting>
<Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting>
<Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]\"</Setting>
Expand All @@ -25,7 +25,7 @@
<Setting name="LogModules" type="list"> instance </Setting>
</Module>
<Module name="fife-rpg">
<Setting name="ProjectName" type="str">FRPG Editor</Setting>
<Setting name="ProjectName" type="str">FIFE Editor</Setting>
<Setting name="Camera" type="str">camera1</Setting>
<Setting name="AgentObjectsPath" type="str">objects/agents</Setting>
<Setting name="ObjectNamespace" type="str">fife-rpg</Setting>
Expand Down

0 comments on commit b64135c

Please sign in to comment.