96 lines
3.2 KiB
Plaintext
96 lines
3.2 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=5
|
|
|
|
[application]
|
|
|
|
config/name="Kalulu"
|
|
config/version="2.0.13"
|
|
run/main_scene="res://sources/menus/splash_screen/splash_screen.tscn"
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
|
|
config/icon="res://assets/kalulu_icon.png"
|
|
custom/unlock_everything=false
|
|
custom/unlock_everything.debug=false
|
|
|
|
[audio]
|
|
|
|
buses/default_bus_layout="res://resources/audio_buses/main_audio_bus_layout.tres"
|
|
|
|
[autoload]
|
|
|
|
LessonLogger="*res://sources/utils/autoloads/lesson_logger.gd"
|
|
Database="*res://sources/utils/autoloads/Database.gd"
|
|
UserDataManager="*res://sources/utils/autoloads/user_data_manager.gd"
|
|
ServerManager="*res://sources/utils/autoloads/ServerManager.tscn"
|
|
MusicManager="*res://sources/utils/autoloads/music_manager.tscn"
|
|
Validation="*res://addons/godot-form-validator/validation.gd"
|
|
OpeningCurtain="*res://sources/utils/autoloads/opening_curtain.tscn"
|
|
Globals="*res://sources/language_tool/globals.gd"
|
|
|
|
[debug]
|
|
|
|
gdscript/warnings/untyped_declaration=1
|
|
gdscript/warnings/unsafe_property_access=1
|
|
gdscript/warnings/unsafe_method_access=1
|
|
gdscript/warnings/unsafe_call_argument=1
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=2560
|
|
window/size/viewport_height=1800
|
|
window/size/always_on_top=true
|
|
window/size/window_width_override=1280
|
|
window/size/window_height_override=900
|
|
window/stretch/mode="canvas_items"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/godot-form-validator/plugin.cfg", "res://addons/godot-sqlite/plugin.cfg")
|
|
|
|
[file_customization]
|
|
|
|
folder_colors={
|
|
"res://addons/": "red",
|
|
"res://assets/": "green",
|
|
"res://resources/": "blue",
|
|
"res://sources/": "pink"
|
|
}
|
|
|
|
[gui]
|
|
|
|
common/snap_controls_to_pixels=false
|
|
theme/custom="res://resources/themes/kalulu_theme.tres"
|
|
theme/custom_font="res://assets/fonts/DidactGothic-Regular.ttf"
|
|
|
|
[input]
|
|
|
|
left_click={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(259, 38),"global_position":Vector2(267, 118),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
]
|
|
}
|
|
right_click={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"canceled":false,"pressed":false,"double_click":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[internationalization]
|
|
|
|
locale/translation_remaps={}
|
|
locale/translations=PackedStringArray("res://kalulu_localization.es.translation", "res://kalulu_localization.fr.translation", "res://kalulu_localization.pt_BR.translation")
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
viewport/hdr_2d=true
|