2014-02-10 01:10:30 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="Pong"
|
2016-04-02 10:35:23 +00:00
|
|
|
main_scene="pong.tscn"
|
2014-02-10 01:10:30 +00:00
|
|
|
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
|