online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/project.godot b/project.godot index d06d06b..dcfea19 100644 --- a/project.godot +++ b/project.godot @@ -26,11 +26,21 @@ _global_script_class_icons={ [application] +config/name="chess" +config/description="pog" run/main_scene="res://World.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="chess" +config/icon="res://assets/california/wP.png" [autoload] Globals="*res://Globals.gd" +Events="*res://Events.gd" + +[debug] + +gdscript/warnings/return_value_discarded=false [display] @@ -67,6 +77,14 @@ texture={ "svg/scale": 1.0 } +[input] + +debug={ +"deadzone": 0.5, +"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":92,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} + [rendering] environment/default_clear_color=Color( 0.301961, 0.301961, 0.301961, 1 ) |