; 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="AvatarDoll" run/main_scene="uid://ybvp3l1q6u31" config/features=PackedStringArray("4.4", "C#", "GL Compatibility") run/max_fps=240 boot_splash/bg_color=Color(0.168627, 0.168627, 0.168627, 1) config/icon="res://icon.svg" [autoload] AvatarDollAdapter="*res://AvatarDoll/AvatarDollAdapter.cs" AvatarDollDataMgr="*res://Scripts/avatar_doll_data_manager.gd" [display] window/size/viewport_width=1920 window/size/viewport_height=1080 [dotnet] project/assembly_name="AvatarDoll" [rendering] renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility"