; 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="pokemon-blue-from-memory" run/main_scene="uid://d1jslq40imenb" config/features=PackedStringArray("4.4", "GL Compatibility") boot_splash/bg_color=Color(0.0666667, 0.329412, 0.47451, 1) config/icon="uid://j71cc2olvhk1" [autoload] Game="*res://Game.tscn" Sound="*res://Sound.tscn" [display] window/size/viewport_width=320 window/size/viewport_height=256 window/stretch/mode="viewport" [editor_plugins] enabled=PackedStringArray("res://addons/YouCanDoIt/plugin.cfg") [global_group] player="" [layer_names] 2d_physics/layer_1="Player" 2d_physics/layer_2="Wall" [rendering] textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility"