online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 440 |
1 files changed, 440 insertions, 0 deletions
diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..553ee53 --- /dev/null +++ b/project.godot @@ -0,0 +1,440 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +_global_script_classes=[ { +"base": "Reference", +"class": "Arg", +"language": "GDScript", +"path": "res://addons/@bendn/gdcli/Arg.gd" +}, { +"base": "ColorRect", +"class": "BackgroundSquare", +"language": "GDScript", +"path": "res://Square.gd" +}, { +"base": "TextureButton", +"class": "BarTextureButton", +"language": "GDScript", +"path": "res://ui/barbutton/BarTextureButton.gd" +}, { +"base": "Control", +"class": "Chat", +"language": "GDScript", +"path": "res://ui/chat/Chat.gd" +}, { +"base": "Button", +"class": "CheckBoxButton", +"language": "GDScript", +"path": "res://ui/checkboxbutton/CheckBoxButton.gd" +}, { +"base": "Reference", +"class": "Chess", +"language": "GDScript", +"path": "res://addons/@bendn/stockfish.gd/chess.gd" +}, { +"base": "Control", +"class": "ColorPickerBetter", +"language": "GDScript", +"path": "res://ui/colorpicker/ColorPicker.gd" +}, { +"base": "Control", +"class": "ColorPickerButtonBetter", +"language": "GDScript", +"path": "res://ui/colorpicker/ColorPickerButton.gd" +}, { +"base": "Control", +"class": "ColorSelect", +"language": "GDScript", +"path": "res://ui/colorpicker/ColorSelect.gd" +}, { +"base": "WindowDialog", +"class": "Confirm", +"language": "GDScript", +"path": "res://ui/confirm/confirm.gd" +}, { +"base": "Button", +"class": "ConfirmButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/confirmbutton.gd" +}, { +"base": "Node", +"class": "Credentials", +"language": "GDScript", +"path": "res://Credentials.gd" +}, { +"base": "ConfirmButton", +"class": "DrawButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/drawbutton.gd" +}, { +"base": "TextEdit", +"class": "ExpandableTextEdit", +"language": "GDScript", +"path": "res://ui/chat/ExpandableTextEdit.gd" +}, { +"base": "Reference", +"class": "FEN", +"language": "GDScript", +"path": "res://addons/@bendn/stockfish.gd/fen.gd" +}, { +"base": "Button", +"class": "FlipButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/flipbutton.gd" +}, { +"base": "Control", +"class": "GameConfig", +"language": "GDScript", +"path": "res://ui/menus/lobby/GameConfig.gd" +}, { +"base": "Control", +"class": "GameUI", +"language": "GDScript", +"path": "res://ui/board/Game.gd" +}, { +"base": "Control", +"class": "Grid", +"language": "GDScript", +"path": "res://ui/board/Board.gd" +}, { +"base": "GridContainer", +"class": "GridMenu", +"language": "GDScript", +"path": "res://ui/gridmenu/GridMenu.gd" +}, { +"base": "Button", +"class": "GridMenuButton", +"language": "GDScript", +"path": "res://ui/gridmenu/GridMenuButton.gd" +}, { +"base": "Control", +"class": "HueSlider", +"language": "GDScript", +"path": "res://ui/colorpicker/HueSlider.gd" +}, { +"base": "Control", +"class": "Lobby", +"language": "GDScript", +"path": "res://ui/menus/lobby/Lobby.gd" +}, { +"base": "Control", +"class": "LocalMultiplayer", +"language": "GDScript", +"path": "res://ui/menus/local_multiplayer/LocalMultiplayer.gd" +}, { +"base": "Node", +"class": "Log", +"language": "GDScript", +"path": "res://Log.gd" +}, { +"base": "HBoxContainer", +"class": "MaterialLabel", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/material/MaterialLabel.gd" +}, { +"base": "Node", +"class": "MaterialLabelManager", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/material/MaterialLabelManager.gd" +}, { +"base": "PanelContainer", +"class": "MessageList", +"language": "GDScript", +"path": "res://ui/chat/MessageList.gd" +}, { +"base": "Node", +"class": "Network", +"language": "GDScript", +"path": "res://networking/Network.gd" +}, { +"base": "ColorRect", +"class": "OldColorView", +"language": "GDScript", +"path": "res://ui/colorpicker/OldColorView.gd" +}, { +"base": "Label", +"class": "OpeningLabel", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/OpeningLabel.gd" +}, { +"base": "Reference", +"class": "PGN", +"language": "GDScript", +"path": "res://addons/@bendn/stockfish.gd/pgn.gd" +}, { +"base": "Reference", +"class": "Parser", +"language": "GDScript", +"path": "res://addons/@bendn/gdcli/Parser.gd" +}, { +"base": "Control", +"class": "Piece", +"language": "GDScript", +"path": "res://piece/Piece.gd" +}, { +"base": "GridContainer", +"class": "Preview", +"language": "GDScript", +"path": "res://ui/menus/settings/Preview.gd" +}, { +"base": "TextureButton", +"class": "PromotionPreview", +"language": "GDScript", +"path": "res://ui/PromotionPreview.gd" +}, { +"base": "ConfirmButton", +"class": "RematchButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/rematchbutton.gd" +}, { +"base": "ConfirmButton", +"class": "ResignButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/resignbutton.gd" +}, { +"base": "LineEdit", +"class": "Restrict", +"language": "GDScript", +"path": "res://ui/menus/account/Restrict.gd" +}, { +"base": "Node", +"class": "SaveLoader", +"language": "GDScript", +"path": "res://saveload.gd" +}, { +"base": "Control", +"class": "Settings", +"language": "GDScript", +"path": "res://ui/menus/settings/Settings.gd" +}, { +"base": "Control", +"class": "SliderButton", +"language": "GDScript", +"path": "res://ui/slider_button/SliderButton.gd" +}, { +"base": "Label", +"class": "StatusLabel", +"language": "GDScript", +"path": "res://ui/Status.gd" +}, { +"base": "Reference", +"class": "Stockfish", +"language": "GDScript", +"path": "res://addons/@bendn/stockfish.gd/stockfish_wrapper.gd" +}, { +"base": "Reference", +"class": "StockfishLoader", +"language": "GDScript", +"path": "res://addons/@bendn/stockfish.gd/stockfish_loader.gd" +}, { +"base": "Button", +"class": "TestButton", +"language": "GDScript", +"path": "res://ui/menus/tests/engine_test.gd" +}, { +"base": "Container", +"class": "TextEditor", +"language": "GDScript", +"path": "res://ui/chat/TextEditor.gd" +}, { +"base": "ConfirmButton", +"class": "UndoButton", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/undobutton.gd" +}, { +"base": "MarginContainer", +"class": "UserPanel", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/UserPanel.gd" +}, { +"base": "Control", +"class": "UsernamePass", +"language": "GDScript", +"path": "res://ui/menus/account/usernamepass.gd" +}, { +"base": "Label", +"class": "VersionLabel", +"language": "GDScript", +"path": "res://ui/menus/startmenu/VersionLabel.gd" +} ] +_global_script_class_icons={ +"Arg": "", +"BackgroundSquare": "", +"BarTextureButton": "", +"Chat": "", +"CheckBoxButton": "", +"Chess": "", +"ColorPickerBetter": "", +"ColorPickerButtonBetter": "", +"ColorSelect": "", +"Confirm": "", +"ConfirmButton": "", +"Credentials": "", +"DrawButton": "", +"ExpandableTextEdit": "", +"FEN": "", +"FlipButton": "", +"GameConfig": "", +"GameUI": "", +"Grid": "", +"GridMenu": "", +"GridMenuButton": "", +"HueSlider": "", +"Lobby": "", +"LocalMultiplayer": "", +"Log": "", +"MaterialLabel": "", +"MaterialLabelManager": "", +"MessageList": "", +"Network": "", +"OldColorView": "", +"OpeningLabel": "", +"PGN": "", +"Parser": "", +"Piece": "", +"Preview": "", +"PromotionPreview": "", +"RematchButton": "", +"ResignButton": "", +"Restrict": "", +"SaveLoader": "", +"Settings": "", +"SliderButton": "", +"StatusLabel": "", +"Stockfish": "", +"StockfishLoader": "", +"TestButton": "", +"TextEditor": "", +"UndoButton": "", +"UserPanel": "", +"UsernamePass": "", +"VersionLabel": "" +} + +[application] + +config/name="chess" +config/description="Chess multiplayer client. + +Includes stockfish cross-platform support." +run/main_scene="res://ui/menus/startmenu/StartMenu.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="chess" +boot_splash/image="res://icon.png" +boot_splash/bg_color=Color( 0.309804, 0.309804, 0.309804, 0.313726 ) +config/icon="res://icon.png" +config/quit_on_go_back=false + +[autoload] + +Globals="*res://Globals.gd" +Events="*res://Events.gd" +Utils="*res://Utils.gd" +SoundFx="*res://sounds/SoundFX.tscn" +SaveLoad="*res://saveload.gd" +ColorBack="*res://ui/background/ColorfullBackground.tscn" +PacketHandler="*res://networking/PacketHandler.gd" +Debug="*res://Debug.gd" +Creds="*res://Credentials.gd" + +[debug] + +settings/crash_handler/message="fucking hell, make a issue at https://github.com/bend-n/chess" +gdscript/warnings/narrowing_conversion=false +gdscript/warnings/return_value_discarded=false + +[display] + +window/size/width=1422 +window/size/height=800 +window/stretch/mode="2d" +window/stretch/aspect="keep" + +[editor_plugins] + +enabled=PoolStringArray( ) + +[gui] + +theme/custom="res://ui/theme/main.theme" +theme/custom_font="res://ui/ubuntu-bold-medium.tres" + +[importer_defaults] + +texture={ +"compress/bptc_ldr": 0, +"compress/hdr_mode": 0, +"compress/lossy_quality": 0.7, +"compress/mode": 0, +"compress/normal_map": 0, +"detect_3d": false, +"flags/anisotropic": false, +"flags/filter": true, +"flags/mipmaps": false, +"flags/repeat": 0, +"flags/srgb": 2, +"process/HDR_as_SRGB": false, +"process/fix_alpha_border": true, +"process/invert_color": false, +"process/normal_map_invert_y": false, +"process/premult_alpha": false, +"size_limit": 0, +"stream": false, +"svg/scale": 1.0 +} +ogg_vorbis={ +"loop": false, +"loop_offset": 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) + ] +} +kill={ +"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":75,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} +fullscreen={ +"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":70,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} +click={ +"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":1,"pressed":false,"doubleclick":false,"script":null) + ] +} +caps={ +"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":16777241,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} +shift={ +"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":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] + +quality/driver/driver_name="GLES2" +vram_compression/import_etc=true +vram_compression/import_etc2=false +environment/default_clear_color=Color( 0.301961, 0.301961, 0.301961, 1 ) |