; 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": "RichTextEffect", "class": "RichTextPulse", "language": "GDScript", "path": "res://src/ui/FlashText.gd" } ] _global_script_class_icons={ "RichTextPulse": "" } [application] config/name="Gravity Limbo" config/description="An entry for Ludum Dare 48 with the theme: Deeper and Deeper Pilot a ship into the gravity well of a planet to rescue the Diligent, get their Warp Crystal, and see how close you can come to brushing the planet." run/main_scene="res://src/ui/MainMenu.tscn" boot_splash/fullsize=false boot_splash/use_filter=false config/icon="res://icon.png" [autoload] GameState="*res://src/GameState.tscn" [display] window/size/resizable=false [rendering] quality/driver/fallback_to_gles2=true vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_environment="res://default_env.tres"