Advertisement
ulfben

Example XML Config

Apr 30th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <config>   
  3.     <captionsOn value="true" />
  4.     <scrollTime value="2" />
  5.     <mouseEdge value="60" />
  6.     <playerScale value="1" />
  7.     <walkRate value="15" />
  8.     <targetBuffer value="20" />
  9.     <playerName value="Player" />
  10.     <scenesPath value="bin/scenes/" />
  11.     <firstScene value="house" />
  12.     <musicURL value="bin/audio/bgmusic.mp3" />
  13.     <endMusicURL value="bin/audio/ending.mp3" />
  14. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement