; 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": "Sprite", "class": "Fire", "language": "GDScript", "path": "res://src/Fire.gd" } ] _global_script_class_icons={ "Fire": "" } [application] config/name="LD50" run/main_scene="res://src/Game.tscn" [display] window/size/width=1280 window/size/height=720 window/size/resizable=false [physics] common/enable_pause_aware_picking=true [rendering] environment/default_environment="res://src/default_env.tres"