117 lines
2.5 KiB
Plaintext
117 lines
2.5 KiB
Plaintext
; 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",
|
|
"class": "CMD",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/cmd.gd"
|
|
}, {
|
|
"base": "Resource",
|
|
"class": "ConfigManager",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/config_manager.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "Consts",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/consts.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "FileWatcher",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/file_watcher.gd"
|
|
}, {
|
|
"base": "Tree",
|
|
"class": "TimeEntriesItemsTree",
|
|
"language": "GDScript",
|
|
"path": "res://ui/tasks_list.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "TimeEntry",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/time_entry.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "TimeEntryTreeItem",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/time_entry_tree_item.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "TimeSheet",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/time_sheet.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "TimeStamp",
|
|
"language": "GDScript",
|
|
"path": "res://scripts/time_stamp.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"CMD": "",
|
|
"ConfigManager": "",
|
|
"Consts": "",
|
|
"FileWatcher": "",
|
|
"TimeEntriesItemsTree": "",
|
|
"TimeEntry": "",
|
|
"TimeEntryTreeItem": "",
|
|
"TimeSheet": "",
|
|
"TimeStamp": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="Rat Times"
|
|
run/main_scene="res://ui/composed_ui.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="rat_times"
|
|
run/low_processor_mode=true
|
|
boot_splash/show_image=false
|
|
boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 0 )
|
|
config/icon="res://assets/logo.png"
|
|
config/macos_native_icon="res://build/logo.icns"
|
|
config/windows_native_icon="res://build/logo.ico"
|
|
|
|
[debug]
|
|
|
|
settings/fps/force_fps=60
|
|
|
|
[display]
|
|
|
|
window/size/width=360
|
|
window/size/height=760
|
|
window/size/resizable=false
|
|
window/size/always_on_top=true
|
|
window/per_pixel_transparency/allowed=true
|
|
window/per_pixel_transparency/enabled=true
|
|
window/energy_saving/keep_screen_on=false
|
|
window/handheld/orientation="portrait"
|
|
window/ios/hide_home_indicator=false
|
|
window/stretch/aspect="keep"
|
|
|
|
[global]
|
|
|
|
rced=false
|
|
|
|
[gui]
|
|
|
|
theme/use_hidpi=true
|
|
|
|
[logging]
|
|
|
|
file_logging/log_path="user://logs/rat-times.log"
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
vram_compression/import_etc=true
|
|
vram_compression/import_etc2=false
|
|
environment/default_environment="res://default_env.tres"
|