2021-05-02 12:02:26 +02: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
|
|
|
|
|
|
2026-05-16 19:18:27 +02:00
|
|
|
config_version=5
|
2021-05-02 12:02:26 +02:00
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
2021-06-05 14:13:44 +02:00
|
|
|
config/name="Puzzle Quest"
|
|
|
|
|
config/description="A treasure chest fill with any Jiggsaw !"
|
2021-06-03 22:53:49 +02:00
|
|
|
run/main_scene="res://scenes/Main.tscn"
|
2026-05-16 19:40:03 +02:00
|
|
|
config/quit_on_go_back=false
|
|
|
|
|
config/features=PackedStringArray("4.6")
|
|
|
|
|
boot_splash/stretch_mode=0
|
2021-06-05 14:13:44 +02:00
|
|
|
boot_splash/image="res://releases/splash-screen.png"
|
2021-05-02 12:02:26 +02:00
|
|
|
config/icon="res://icon.png"
|
2021-06-05 14:13:44 +02:00
|
|
|
config/macos_native_icon="res://releases/mac/project.icns"
|
|
|
|
|
config/windows_native_icon="res://releases/windows/project.ico"
|
2021-05-02 12:02:26 +02:00
|
|
|
|
2021-05-09 17:10:24 +02:00
|
|
|
[autoload]
|
|
|
|
|
|
2021-05-14 22:27:40 +02:00
|
|
|
Loading="*res://scenes/UI/loading/Loading.tscn"
|
2021-06-03 22:53:49 +02:00
|
|
|
Global="*res://scripts/Global.gd"
|
2021-06-03 22:18:50 +02:00
|
|
|
Setting="*res://scripts/Setting.gd"
|
2021-05-09 17:10:24 +02:00
|
|
|
|
2021-05-08 17:08:51 +02:00
|
|
|
[display]
|
|
|
|
|
|
2026-05-16 19:18:27 +02:00
|
|
|
window/size/viewport_width=1280
|
|
|
|
|
window/size/viewport_height=720
|
2021-06-06 16:54:38 +02:00
|
|
|
window/size/resizable=false
|
2021-05-08 17:08:51 +02:00
|
|
|
window/stretch/mode="2d"
|
2021-06-04 17:54:23 +02:00
|
|
|
window/stretch/aspect="expand"
|
2026-05-16 19:40:03 +02:00
|
|
|
window/handheld/orientation="sensor_landscape"
|
2021-05-08 17:08:51 +02:00
|
|
|
|
2021-05-13 15:39:31 +02:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
2026-05-16 19:21:09 +02:00
|
|
|
enabled=PackedStringArray("res://addons/lod/plugin.cfg")
|
2021-05-13 15:39:31 +02:00
|
|
|
|
2021-05-11 14:31:00 +02:00
|
|
|
[importer_defaults]
|
|
|
|
|
|
|
|
|
|
scene={
|
|
|
|
|
"animation/import": false,
|
|
|
|
|
"materials/keep_on_reimport": false,
|
|
|
|
|
"materials/storage": 0,
|
|
|
|
|
"meshes/light_baking": 1,
|
|
|
|
|
"meshes/storage": 1,
|
|
|
|
|
"nodes/root_type": "ArrayMesh",
|
|
|
|
|
"skins/use_named_skins": false
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-09 17:10:24 +02:00
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
ui_end={
|
|
|
|
|
"deadzone": 0.5,
|
2026-05-16 19:40:03 +02:00
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194318,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194305,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
2021-05-09 17:10:24 +02:00
|
|
|
}
|
|
|
|
|
|
2026-05-16 20:55:47 +02:00
|
|
|
[internationalization]
|
2021-05-09 23:28:45 +02:00
|
|
|
|
2026-05-16 20:55:47 +02:00
|
|
|
locale/translations=PackedStringArray("res://locales/fr.po", "res://locales/en.po")
|
2021-05-02 12:02:26 +02:00
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
2026-05-17 20:35:58 +02:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|
2026-05-16 19:18:27 +02:00
|
|
|
environment/defaults/default_environment="res://default_env.tres"
|