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

31 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-07-26 20:06:21 +02:00
config_version=3
[application]
2017-07-26 20:06:21 +02:00
config/name="Multiplayer Bomber"
run/main_scene="res://lobby.tscn"
main_scene="res://lobby.tscn"
name="Multiplayer Bomber"
[autoload]
2017-07-26 20:06:21 +02:00
gamestate="*res://gamestate.gd"
[image_loader]
2017-07-26 20:06:21 +02:00
filter=false
gen_mipmaps=false
[input]
2017-07-26 20:06:21 +02:00
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_left=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
]
move_right=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"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)
]
set_bomb=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
]