Advertisement
m4tx

config

Nov 5th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Serious Steve
  2.     Map Editor configuration file. Feel free to modify this file. But please
  3.     note that doing so might cause the game to function improperly. You are doing
  4.     this for your own risk. --><config>
  5.     <general>
  6.         <firstStartup>false</firstStartup>
  7.         <showTipsAtStartup>false</showTipsAtStartup>
  8.         <saveWindowPos>false</saveWindowPos>
  9.     </general>
  10.     <mainWindowPos>
  11.         <width>1131</width>
  12.         <height>789</height>
  13.         <posX>51</posX>
  14.         <posY>356</posY>
  15.         <maximized>false</maximized>
  16.     </mainWindowPos>
  17.     <video>
  18.         <vsync>false</vsync>
  19.         <framerateLimitEnabled>true</framerateLimitEnabled>
  20.         <framerateLimit>60</framerateLimit>
  21.     </video>
  22.     <editor>
  23.         <undoDepth>30</undoDepth>
  24.     </editor>
  25.     <scriptEditor>
  26.         <dontShowNewConfirm>true</dontShowNewConfirm>
  27.         <dontShowOpenConfirm>true</dontShowOpenConfirm>
  28.     </scriptEditor>
  29.     <language>
  30.         <language>default</language>
  31.     </language>
  32.     <keybinds>
  33.         <view>0 + 65</view>
  34.         <rotate/>
  35.         <scale/>
  36.         <object/>
  37.         <spawnpoint/>
  38.         <monster/>
  39.         <trigger/>
  40.         <pickup/>
  41.         <terrain/>
  42.         <sky/>
  43.         <scripting/>
  44.         <raise/>
  45.         <lower/>
  46.         <flatten/>
  47.         <smooth/>
  48.         <noise/>
  49.         <setHeight/>
  50.         <brush/>
  51.         <eraser/>
  52.     </keybinds>
  53. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement