2015-06-11 12:55:38 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="Simple Shooter"
|
2016-04-02 10:35:23 +00:00
|
|
|
main_scene="res://main_menu.tscn"
|
2015-06-11 13:03:33 +00:00
|
|
|
icon="res://icon.png"
|
2015-06-11 12:55:38 +00:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
game_state="res://game_state.gd"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
width=1024
|
|
|
|
height=600
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
move_up=[key(Up)]
|
|
|
|
move_down=[key(Down)]
|
|
|
|
move_left=[key(Left)]
|
|
|
|
move_right=[key(Right)]
|
|
|
|
shoot=[key(Space)]
|