; 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="Re-DotDeck" config/tags=PackedStringArray("dot_deck") run/main_scene="res://graph_node_renderer/deck_renderer_graph_edit.tscn" config/use_custom_user_dir=true config/custom_user_dir_name="dotdeck" config/features=PackedStringArray("4.1", "Forward Plus") run/low_processor_mode=true config/icon="res://icon.svg" [autoload] NodeDB="*res://classes/deck/node_db.gd" [rendering] renderer/rendering_method="gl_compatibility"