44 lines
1.2 KiB
Text
44 lines
1.2 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=5
|
|
|
|
[animation]
|
|
|
|
compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
|
|
|
[application]
|
|
|
|
config/name="Clicker"
|
|
run/main_scene="uid://bqtexca6cdr54"
|
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
|
boot_splash/bg_color=Color(0.5921569, 0.44313726, 0.2901961, 1)
|
|
boot_splash/image="uid://bndq3avrtfck0"
|
|
|
|
[autoload]
|
|
|
|
InputOverride="*res://scripts/inputs.gd"
|
|
GameManager="*res://scripts/game_manager.gd"
|
|
Global="*res://scripts/globals.gd"
|
|
DebugMenu="*uid://cggqb75a8w8r"
|
|
Inventory="*res://scripts/inventory.gd"
|
|
Unlocks="*res://scripts/unlocks.gd"
|
|
Audio="*res://scripts/audio.gd"
|
|
AnimalFriendsManager="*res://scripts/animal_friends_manager.gd"
|
|
|
|
[display]
|
|
|
|
window/size/resizable=false
|
|
window/size/maximize_disabled=true
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/scale_mode="integer"
|
|
mouse_cursor/custom_image="uid://ckslvxov8utu0"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg", "res://addons/log/plugin.cfg", "res://addons/reload_current_scene/plugin.cfg")
|