; 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 [application] config/name="project" run/main_scene="res://UMLGenerator.tscn" config/icon="res://icon.png" [physics] common/enable_pause_aware_picking=true [rendering] quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 vram_compression/import_etc=true vram_compression/import_etc2=false quality/shadow_atlas/quadrant_0_subdiv=0 quality/shadow_atlas/quadrant_1_subdiv=0 quality/shadow_atlas/quadrant_2_subdiv=0 quality/shadow_atlas/quadrant_3_subdiv=0 environment/default_clear_color=Color( 1, 1, 1, 1 ) environment/default_environment="res://default_env.tres"