-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathengine.cfg
52 lines (37 loc) · 1.12 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
[application]
name="Iwariwë"
main_scene="res://menu/idioma/idiomas.scn"
icon="res://textures/icon.png"
boot_splash="res://textures/sky.png"
boot_splash_fullsize=true
[audio]
driver="PulseAudio"
stream_volume_scale=2.0
fx_volume_scale=2.0
[autoload]
global="*res://scripts/global.gd"
[display]
stretch_aspect="ignore"
stretch_mode="2d"
keep_screen_on=false
test_width=0
test_height=0
resizable=true
width=900
height=600
emulate_touchscreen=true
[editor]
main_run_args="$exec -path $path -scene $scene $main_scene"
[input]
tabulador=[key(Tab)]
btn_jump=[key(Space), jbutton(0, 0)]
f2=[key(F2)]
btn_right=[key(Right), jbutton(0, 15), jaxis(0, 1)]
btn_left=[key(Left), jbutton(0, 14), jaxis(0, 0)]
items=[key(F1), jbutton(0, 3)]
pausa=[key(P), jbutton(0, 1)]
accion=[key(Return), jbutton(0, 2)]
[locale]
translations=["res://idiomas/text.en.xl", "res://idiomas/text.es.xl", "res://idiomas/text.ms.xl", "res://idiomas/text.pt.xl", "res://idiomas/text.ar.xl", "res://idiomas/text.zh.xl", "res://idiomas/text.ru.xl", "res://idiomas/text.bg.xl", "res://idiomas/text.et.xl", "res://idiomas/text.el.xl"]
[rasterizer]
low_memory_2d_mode=true