project_files/HedgewarsMobile/Resources/Settings/settings.plist
author koda
Sun, 26 Dec 2010 19:30:51 +0100
changeset 4701 7ed88cfc99b1
parent 4540 9b614e420de5
permissions -rw-r--r--
restore showing a bigger icon for themes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     3
<plist version="1.0">
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     4
<dict>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     5
	<key>alternate</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     6
	<false/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     7
	<key>music</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     8
	<true/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     9
	<key>password</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    10
	<string></string>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    11
	<key>sound</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    12
	<true/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    13
	<key>username</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    14
	<string></string>
3935
5ca27a0e9a63 made the new menu toggable
koda
parents: 3803
diff changeset
    15
	<key>menu</key>
5ca27a0e9a63 made the new menu toggable
koda
parents: 3803
diff changeset
    16
	<false/>
4539
bad3411cba49 store the (future) password with md5 for ifrontend
koda
parents: 3935
diff changeset
    17
	<key>password_length</key>
bad3411cba49 store the (future) password with md5 for ifrontend
koda
parents: 3935
diff changeset
    18
	<integer>0</integer>
4540
9b614e420de5 add two preferences for enabling/disabling blurry land and multitasking
koda
parents: 4539
diff changeset
    19
	<key>enhanced</key>
4701
7ed88cfc99b1 restore showing a bigger icon for themes
koda
parents: 4540
diff changeset
    20
	<true/>
4540
9b614e420de5 add two preferences for enabling/disabling blurry land and multitasking
koda
parents: 4539
diff changeset
    21
	<key>multitasking</key>
9b614e420de5 add two preferences for enabling/disabling blurry land and multitasking
koda
parents: 4539
diff changeset
    22
	<true/>
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    23
</dict>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    24
</plist>