Files
godot-demo-projects/visual_script/pong2/engine.cfg
Juan Linietsky 109b704ae3 Added two versions of pong using visual script:
-One regular one and one (direct port of the tutorial demo)
-One using more advanced godot concepts
2016-09-03 00:23:42 -03:00

23 lines
286 B
INI

[application]
name="Pong Visual Script 2"
main_scene="pong.tscn"
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