; 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": "ItemList", "class": "Database", "language": "GDScript", "path": "res://logic/database.gd" }, { "base": "Control", "class": "DatePicker", "language": "GDScript", "path": "res://date_picker/date_picker.gd" }, { "base": "ScrollContainer", "class": "Stage", "language": "GDScript", "path": "res://logic/stage.gd" }, { "base": "Control", "class": "TouchScroll", "language": "GDScript", "path": "res://touch_scroll.gd" }, { "base": "Control", "class": "ValuePicker", "language": "GDScript", "path": "res://date_picker/value_picker.gd" } ] _global_script_class_icons={ "Database": "", "DatePicker": "", "Stage": "", "TouchScroll": "", "ValuePicker": "" } [application] config/name="Surgery Log" run/main_scene="res://main.tscn" boot_splash/image="res://icons/icon.png" boot_splash/fullsize=false boot_splash/use_filter=false boot_splash/bg_color=Color( 0, 0, 0, 0 ) config/icon="res://icons/icon.png" config/quit_on_go_back=false [display] window/size/width=1080 window/size/height=1920 window/size/test_width=576 window/size/test_height=1024 window/energy_saving/keep_screen_on=false window/handheld/orientation="portrait" [input_devices] pointing/emulate_touch_from_mouse=true [physics] common/enable_pause_aware_picking=true [rendering] vram_compression/import_etc=true environment/default_environment="res://default_env.tres"