; 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 [CustomResourceRegister] ScriptsFolder="res://src/" ClassPrefix="" [application] config/name="Hellswipers" config/version="1.2.0" run/main_scene="res://main_menu/main_menu.tscn" config/features=PackedStringArray("4.2", "C#", "Mobile") boot_splash/show_image=false boot_splash/fullsize=false boot_splash/use_filter=false config/icon="res://assets/icon/icon.svg" [display] window/size/viewport_width=1920 window/size/viewport_height=1080 window/size/mode=3 window/size/borderless=true window/stretch/mode="canvas_items" [dotnet] project/assembly_name="Hellswipers" [editor_plugins] enabled=PackedStringArray() [file_customization] folder_colors={ "res://export/": "gray" } [gui] theme/custom="res://theme.tres" theme/custom_font="res://TitilliumWeb-Bold.ttf" [input] key_up={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"echo":false,"script":null) ] } key_down={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"echo":false,"script":null) ] } key_left={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"echo":false,"script":null) ] } key_right={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null) ] } escape={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"key_label":0,"unicode":0,"echo":false,"script":null) ] } [rendering] renderer/rendering_method="mobile" textures/vram_compression/import_etc2_astc=true