forked from rvcalisto/GodotIsoCustomPathfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
engine.cfg
41 lines (30 loc) · 736 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
37
38
39
40
41
[application]
name="Isometric Game & Pathfinder & Knuckles"
main_scene="res://scenes/lite.tscn"
icon="res://icon.png"
[display]
width=880
height=420
resizable=true
stretch_mode="viewport"
stretch_aspect="ignore"
use_2d_pixel_snap=true
[image_loader]
filter=false
gen_mipmaps=false
[input]
ui_left=[key(Left), jbutton(0, 14)]
ui_right=[key(Right), jbutton(0, 15)]
ui_up=[key(Up), jbutton(0, 12)]
ui_down=[key(Down), jbutton(0, 13)]
mouse_act_middle=[mbutton(0, 3)]
move_up=[key(Up), key(W)]
move_left=[key(Left), key(A)]
move_right=[key(Right), key(D)]
move_down=[key(Down), key(S)]
mouse_act_left=[mbutton(0, 1)]
mouse_act_right=[mbutton(0, 2)]
[rasterizer]
use_pixel_snap=true
[render]
default_clear_color=#ff181818