virtualx-engine/demos/2d/space_shooter/engine.cfg
Juan Linietsky 9e479065f5 new space shooter demo
ortho camera sort fix, closes #2063
2015-06-11 10:00:48 -03:00

21 lines
265 B
INI

[application]
name="Simple Shooter"
main_scene="res://main_menu.scn"
[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)]