-
Notifications
You must be signed in to change notification settings - Fork 3
/
engine.cfg
executable file
·72 lines (57 loc) · 1.45 KB
/
engine.cfg
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[application]
name="Amnesia Adventure"
main_scene="res://globals/scene_main.tscn"
icon="res://icon.png"
save_data="res://globals/save_data.gd"
tooltip_lang_default="en"
speech_suffix=".spx"
max_voice_volume=2
[autoload]
main="res://main.scn"
vm="res://globals/global_vm.scn"
[debug]
print_clicked_control=true
[display]
test_width=1280
test_height=720
width=1920
height=1080
game_width=1920
game_height=1080
[input]
quick_save=[key(F4)]
start=[jbutton(0, 11)]
inventory_toggle=[jbutton(0, 5), jbutton(0, 7), jbutton(0, 9)]
look=[jbutton(0, 3)]
use=[jbutton(0, 2)]
talk=[jbutton(0, 1)]
punch_out_punch=[key(X), jbutton(0, 0)]
punch_out_dodge=[key(Z), jbutton(0, 2)]
menu_request=[key(Escape), jbutton(0, 11)]
[locale]
translations=["res://translations/general.en.xl", "res://translations/general.fr.xl", "res://translations/general.es.xl"]
[platform]
gamecenter=false
dialog_option_height=1
telon="res://globals/telon.scn"
hud_mobile=false
show_ingame_buttons=false
dialog_instance_scale=1
dialog_type_suffix=""
action_menu_scale=1
logos="res://game/logos.ogm"
use_custom_camera=false
file_cases="res://game/ui/file_cases/file_cases.scn"
ghost_remap=""
disable_screen_shaders=false
window_title_height=32
credits="res://credits/credits.txt"
windowed_available=true
screen_resizable=true
exit_button=true
[ui]
main_menu="res://ui/main_menu.tscn"
opening_menu="res://ui/opening_menu.tscn"
credits="res://credits/credits.tscn"
savegames=""
settings="res://ui/settings.tscn"