; 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="Pong v1" run/main_scene="uid://bbjstb404m82i" config/features=PackedStringArray("4.7", "GL Compatibility") [display] window/size/window_width_override=4608 window/size/window_height_override=2592 window/stretch/mode="canvas_items" [file_customization] folder_colors={ "res://res/": "red", "res://scene/": "blue", "res://scripts/": "green" } [physics] 3d/physics_engine="Jolt Physics" [rendering] textures/canvas_textures/default_texture_filter=0 rendering_device/driver.windows="d3d12" renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility"