FAbrowser/project.godot
2024-07-22 11:06:25 -04:00

144 lines
3.8 KiB
Text

; 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": "GridContainer",
"class": "AdaptiveGrid",
"language": "GDScript",
"path": "res://scripts/AdaptiveGrid.gd"
}, {
"base": "AspectRatioContainer",
"class": "AutoAspectRatio",
"language": "GDScript",
"path": "res://scripts/AutoAspectRatio.gd"
}, {
"base": "HBoxContainer",
"class": "DownloadDir",
"language": "GDScript",
"path": "res://scripts/dl_dir_setting.gd"
}, {
"base": "HTMLParser",
"class": "FAParser",
"language": "GDScript",
"path": "res://scripts/FAreader.gd"
}, {
"base": "Node",
"class": "GalleryGather",
"language": "GDScript",
"path": "res://scripts/GalleryGather.gd"
}, {
"base": "Node",
"class": "GalleryRequest",
"language": "GDScript",
"path": "res://scripts/GalleryRequest.gd"
}, {
"base": "XMLParser",
"class": "HTMLParser",
"language": "GDScript",
"path": "res://scripts/HTMLparse.gd"
}, {
"base": "PanelContainer",
"class": "SubEntry",
"language": "GDScript",
"path": "res://scripts/SubEntry.gd"
}, {
"base": "Container",
"class": "SubViewer",
"language": "GDScript",
"path": "res://scripts/SubViewer.gd"
}, {
"base": "TextureRect",
"class": "URLRect",
"language": "GDScript",
"path": "res://scripts/URLImage.gd"
} ]
_global_script_class_icons={
"AdaptiveGrid": "",
"AutoAspectRatio": "",
"DownloadDir": "",
"FAParser": "",
"GalleryGather": "",
"GalleryRequest": "",
"HTMLParser": "",
"SubEntry": "",
"SubViewer": "",
"URLRect": ""
}
[application]
config/name="FAgrabber"
run/main_scene="res://settings.tscn"
boot_splash/image="res://loading.png"
boot_splash/fullsize=false
config/icon="res://icon.png"
[autoload]
Global="*res://scripts/Global.gd"
History="*res://scripts/history.gd"
Settings="*res://scripts/settings_manager.gd"
[display]
window/dpi/allow_hidpi=true
window/energy_saving/keep_screen_on=false
window/handheld/orientation="sensor"
[editor]
version_control_autoload_on_startup=true
version_control_plugin_name="GitAPI"
[editor_plugins]
enabled=PoolStringArray( "res://addons/native_dialogs/plugin.cfg" )
[gdnative]
singletons=[ ]
[gui]
theme/custom="res://FA.theme"
[input]
click={
"deadzone": 0.5,
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
]
}
right_click={
"deadzone": 0.5,
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":2,"pressed":false,"doubleclick":false,"script":null)
]
}
MenuShortcut={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777253,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
]
}
find={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":70,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
]
}
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"