online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/project.godot b/project.godot index aa87fa8..3359564 100644 --- a/project.godot +++ b/project.godot @@ -87,7 +87,7 @@ _global_script_classes=[ { "base": "Control", "class": "Grid", "language": "GDScript", -"path": "res://Board.gd" +"path": "res://ui/board/Board.gd" }, { "base": "GridContainer", "class": "GridMenu", @@ -366,6 +366,11 @@ shift={ "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } +rclick={ +"deadzone": 0.5, +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":2,"pressed":false,"doubleclick":false,"script":null) + ] +} [rendering] |