godot-demo-projects/networking/multiplayer_pong/project.godot

25 lines
751 B
Plaintext

config_version=3
[application]
config/name="Pong Multiplayer"
run/main_scene="res://lobby.tscn"
config/icon="res://icon.png"
[display]
stretch_2d=true
window/height=400
window/width=640
[input]
move_down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
]
move_up=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
]
[rendering]
viewport/default_clear_color=Color( 0, 0, 0, 1 )