; 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="Imi Skysens" run/main_scene="res://main.tscn" config/features=PackedStringArray("4.1") config/icon="res://icon.png" [autoload] Table="*res://table.gd" Consts="*res://consts.gd" Threats="*res://threats.gd" Pomehi="*res://pomehi.gd" Tools="*res://tools.gd" [display] window/size/viewport_width=1600 window/size/viewport_height=900 window/stretch/mode="2d" [gui] theme/custom_font="res://main-font.tres" common/drop_mouse_on_gui_input_disabled=true [physics] common/enable_pause_aware_picking=true [rendering] environment/defaults/default_environment="res://main.tres"