2014-02-22 23:28:19 +00:00
|
|
|
[application]
|
|
|
|
|
2015-11-21 15:13:43 +00:00
|
|
|
name="Kinematic Character"
|
2016-04-02 10:35:23 +00:00
|
|
|
main_scene="res://colworld.tscn"
|
2014-02-22 23:28:19 +00:00
|
|
|
icon="res://icon.png"
|
|
|
|
|
2015-05-20 00:36:35 +00:00
|
|
|
[display]
|
|
|
|
|
|
|
|
width=800
|
|
|
|
height=600
|
|
|
|
stretch_mode="2d"
|
|
|
|
stretch_aspect="keep"
|
|
|
|
|
2014-02-22 23:28:19 +00:00
|
|
|
[input]
|
|
|
|
|
|
|
|
move_up=[key(Up)]
|
|
|
|
move_left=[key(Left)]
|
|
|
|
move_right=[key(Right)]
|
|
|
|
move_bottom=[key(Down)]
|
|
|
|
jump=[key(Space)]
|