; 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 _global_script_classes=[ { "base": "Spatial", "class": "Branch", "language": "GDScript", "path": "res://crickets/src/Branch.gd" }, { "base": "Spatial", "class": "Branch2", "language": "GDScript", "path": "res://crickets/src/Branch2.gd" }, { "base": "Spatial", "class": "Leaves", "language": "GDScript", "path": "res://crickets/src/Leave.gd" }, { "base": "Spatial", "class": "PolyTree", "language": "GDScript", "path": "res://crickets/src/Tree.gd" }, { "base": "Spatial", "class": "PolyTree2", "language": "GDScript", "path": "res://crickets/src/Tree2.gd" } ] _global_script_class_icons={ "Branch": "", "Branch2": "", "Leaves": "", "PolyTree": "", "PolyTree2": "" } [application] config/name="Procedural Trees" run/main_scene="res://crickets/src/Sandbox.tscn" [autoload] Global="*res://crickets/Global.tscn" Events="*res://crickets/Events.tscn" [input] move_forward={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } move_backward={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } move_jump={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } [rendering] quality/reflections/texture_array_reflections=false quality/reflections/high_quality_ggx=false environment/default_environment="res://crickets/default_env.tres"