-
Notifications
You must be signed in to change notification settings - Fork 2
/
engine.cfg
36 lines (23 loc) · 849 Bytes
/
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
[application]
name="Plue's Adventures 2"
main_scene="res://game/main/Main.tscn"
disable_stdout=false
icon="res://icon.png"
[autoload]
SaveData="*res://game/globals/SaveData.tscn"
_MainSettings="*res://game/globals/MainSettings.tscn"
[display]
width=690
height=382
borderless_window=true
resizable=false
[editor]
main_run_args="-lang pt $scene"
[input]
console-kill=[key(C, C)]
ctrlZ=[key(Z, C)]
console_return=[key(Return), key(Enter)]
[locale]
translations=["res://assets/l10n/UserInput.en.xl", "res://assets/l10n/UserInput.pt.xl", "res://assets/l10n/Menus.en.xl", "res://assets/l10n/Menus.pt.xl", "res://assets/l10n/Story.en.xl", "res://assets/l10n/Story.pt.xl", "res://assets/l10n/Endings.en.xl", "res://assets/l10n/Endings.pt.xl", "res://assets/l10n/Misc.en.xl", "res://assets/l10n/Misc.pt.xl"]
[physics_2d]
motion_fix_enabled=true