-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.lua
52 lines (48 loc) · 1.23 KB
/
settings.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Settings = {
["disable_shake"] = 0,
["disable_backups"] = 0,
["speed"] = 500,
["max_id"] = 0,
["difficulty"] = 1,
["no_limit"] = 0,
["gamepad_image"] = 4,
["no_confirm"] = 0,
["rumble"] = 0,
["large_font"] = 0,
["windowpos_y"] = 207,
["texture_type"] = 0,
["io_failed"] = 0,
["music_version"] = 0,
["debug"] = 0,
["save_version"] = 1,
["buffered_save"] = 0,
["colorblind"] = 0,
["hidebarks"] = 0,
["new_abilities"] = 1,
["force_opengl_1"] = 0,
["stretched"] = 0,
["fullscreen_id"] = 0,
["joystick"] = 500,
["new_missions"] = 0,
["grid"] = 1,
["paper_white"] = 500,
["fbo_support"] = 1,
["music_volume"] = 1000,
["timer_ui"] = 0,
["language"] = 0,
["mute"] = 0,
["launch_failed"] = 0,
["large_font_handheld"] = 0,
["sound_volume"] = 1000,
["dpad_select"] = 0,
["fullscreen"] = 0,
["snap_none"] = 0,
["windowpos_x"] = 440,
["max_scale"] = 5,
["new_enemies"] = 0,
["large_font_tv"] = 0,
["new_equip"] = 1,
["mutations"] = {},
["hotkeys"] = {109, 1073742049, 8, 97, 115, 100, 102, 103, 104, 0, 0, 0, 122, 120, 9, 113, 1073742048, 1073742050, 49, 50, 114, 32, 1073741892, },
["hotkeys2"] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, },
["last_profile"] = "Alpha", }