2022-12-31 23:03:26 +01:00
|
|
|
; 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": "Reference",
|
2023-04-06 22:09:46 +02:00
|
|
|
"class": @"JoyMapping",
|
|
|
|
"language": @"GDScript",
|
2022-12-31 23:03:26 +01:00
|
|
|
"path": "res://remap/joy_mapping.gd"
|
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"JoyMapping": ""
|
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Joypads"
|
|
|
|
config/description="A tool for testing joypad input."
|
|
|
|
run/main_scene="res://joypads.tscn"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=600
|
|
|
|
window/size/height=540
|
|
|
|
window/dpi/allow_hidpi=true
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
|
|
|
[gdnative]
|
|
|
|
|
|
|
|
singletons=[ ]
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
vram_compression/import_etc=true
|
|
|
|
vram_compression/import_etc2=false
|