; 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=5 [application] config/name="Taqin" run/main_scene="res://src/Main.tscn" config/features=PackedStringArray("4.3") config/icon="res://assets/logo/logo_512.png" [autoload] Styles="*res://src/Styles.gd" [display] window/size/resizable=false window/size/window_width_override=600 window/size/window_height_override=1200 window/energy_saving/keep_screen_on=false window/handheld/orientation="portrait" window/size/viewport_width.mobile=600 window/size/viewport_height.mobile=1200 window/stretch/aspect.mobile="expand" window/stretch/mode.mobile="2d" [filesystem] import/open_asset_import/use_fbx=false [gui] theme/custom="res://assets/taqin_theme.tres" theme/use_hidpi=true [input_devices] pointing/emulate_touch_from_mouse=true [rendering] environment/defaults/default_environment="res://default_env.tres"