summaryrefslogtreecommitdiff
path: root/demos/viewport/2d_in_3d/engine.cfg
blob: fc586dcaf36343959fcfe6f7c2150bd742abf512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[application]

name="Pong 2D in 3D"
main_scene="res://pong3d.scn"
icon="res://icon.png"

[display]

width=640
height=400
stretch_2d=true

[input]

left_move_up=[key(A)]
left_move_down=[key(Z)]
right_move_up=[key(Up)]
right_move_down=[key(Down)]

[render]

default_clear_color=#ff000000