2014-02-23 00:28:19 +01:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="Kinematic Collision"
|
|
|
|
main_scene="res://colworld.scn"
|
|
|
|
icon="res://icon.png"
|
|
|
|
|
2015-05-20 02:36:35 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
width=800
|
|
|
|
height=600
|
|
|
|
stretch_mode="2d"
|
|
|
|
stretch_aspect="keep"
|
|
|
|
|
2014-02-23 00:28:19 +01:00
|
|
|
[input]
|
|
|
|
|
|
|
|
move_up=[key(Up)]
|
|
|
|
move_left=[key(Left)]
|
|
|
|
move_right=[key(Right)]
|
|
|
|
move_bottom=[key(Down)]
|
|
|
|
jump=[key(Space)]
|