34 lines
863 B
Plaintext
34 lines
863 B
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"
|
|
run/main_scene="res://sources/minigames/crabs/crabs_minigame.tscn"
|
|
config/features=PackedStringArray("4.0", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[audio]
|
|
|
|
buses/default_bus_layout.debug="res://resources/debug_audio_bus_layout.tres"
|
|
|
|
[autoload]
|
|
|
|
GameGlobals="*res://sources/utils/autoloads/game_globals.gd"
|
|
LessonLogger="*res://sources/utils/autoloads/lesson_logger.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=2560
|
|
window/size/viewport_height=1800
|
|
window/size/window_width_override=1280
|
|
window/size/window_height_override=900
|
|
window/stretch/mode="canvas_items"
|