58 lines
1.8 KiB
Plaintext
58 lines
1.8 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="Talkpal"
|
|
run/main_scene="res://scenes/main/main_tablet.tscn"
|
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
|
boot_splash/bg_color=Color(0.800491, 0.800491, 0.800491, 1)
|
|
boot_splash/image="res://assets/comfortel_logo.png"
|
|
config/icon="res://assets/comfortel_logo.png"
|
|
|
|
[autoload]
|
|
|
|
AppConfig="*res://addons/maaacks_menus_template/base/scenes/autoloads/app_config.tscn"
|
|
SceneLoader="*res://addons/maaacks_menus_template/base/scenes/autoloads/scene_loader.tscn"
|
|
ProjectMusicController="*res://addons/maaacks_menus_template/base/scenes/autoloads/project_music_controller.tscn"
|
|
ProjectUISoundController="*res://addons/maaacks_menus_template/base/scenes/autoloads/project_ui_sound_controller.tscn"
|
|
uuid="*res://addons/uuid/uuid.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1000
|
|
window/stretch/mode="viewport"
|
|
window/stretch/aspect="keep_width"
|
|
window/handheld/orientation=1
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="Talkpal Frontend"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/maaacks_menus_template/plugin.cfg", "res://addons/uuid/plugin.cfg")
|
|
|
|
[internationalization]
|
|
|
|
locale/translations=PackedStringArray("res://addons/maaacks_menus_template/base/translations/menus_translations.en.translation", "res://addons/maaacks_menus_template/base/translations/menus_translations.fr.translation")
|
|
|
|
[maaacks_menus_template]
|
|
|
|
disable_plugin_dialogues=true
|
|
copy_path="res://"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|