fixed editor zooming if gui is not active
[twcon.git] / storage.cfg
blob15f4ab18d6ca959e29b604ef5b04b4bb4461492c
1 ####
2 # This specifies where and in which order Teeworlds looks
3 # for its data (sounds, skins, ...). The search goes top
4 # down which means the first path has the highest priority.
5 # Furthermore the top entry also defines the save path where
6 # all data (settings.cfg, screenshots, ...) are stored.
7 # There are 3 special paths available:
8 #       $USERDIR
9 #       - ~/.appname on UNIX based systems
10 #       - ~/Library/Applications Support/appname on Mac OS X
11 #       - %APPDATA%/Appname on Windows based systems
12 #       $DATADIR
13 #       - the 'data' directory which is part of an official
14 #       release
15 #       $CURRENTDIR
16 #       - current working directory
19 # The default file has the following entries:
20 #       add_path $USERDIR
21 #       add_path $DATADIR
22 #       add_path $CURRENTDIR
24 # A customised one could look like this:
25 #       add_path user
26 #       add_path mods/mymod
27 ####
29 add_path $USERDIR
30 add_path $DATADIR
31 add_path $CURRENTDIR