12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- ; 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="touhou"
- run/main_scene="res://mainmenu.tscn"
- config/features=PackedStringArray("4.3", "GL Compatibility")
- boot_splash/image="res://Assets/th0809/th08logo.png"
- config/icon="res://icon.svg"
- [autoload]
- MusicController="*res://Autoloads/MusicController.tscn"
- [display]
- window/size/viewport_width=800
- window/size/viewport_height=600
- window/stretch/mode="viewport"
- [dotnet]
- project/assembly_name="touhou"
- [importer_defaults]
- font_data_image={
- "ascent": 0,
- "character_margin": Rect2i(0, 0, 0, 0),
- "character_ranges": PackedStringArray(),
- "columns": 1,
- "compress": true,
- "descent": 0,
- "fallbacks": [],
- "image_margin": Rect2i(0, 0, 0, 0),
- "kerning_pairs": PackedStringArray(),
- "rows": 1,
- "scaling_mode": 2
- }
- [input]
- ui_accept={
- "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":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
- , 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":4194310,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
- , 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":32,"physical_keycode":0,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
- , 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":90,"key_label":0,"unicode":122,"location":0,"echo":false,"script":null)
- ]
- }
- ui_cancel={
- "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":4194305,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
- , 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":88,"key_label":0,"unicode":120,"location":0,"echo":false,"script":null)
- ]
- }
- [rendering]
- renderer/rendering_method="gl_compatibility"
- renderer/rendering_method.mobile="gl_compatibility"
- textures/vram_compression/import_etc2_astc=true
|