2022-08-30 16:48:49 +00: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
|
|
|
|
|
2022-12-15 13:49:38 +00:00
|
|
|
config_version=5
|
2022-08-30 16:48:49 +00:00
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2024-01-30 11:10:12 +00:00
|
|
|
config/name="LimboAI Demo"
|
2024-02-04 22:07:13 +00:00
|
|
|
run/main_scene="res://demo/scenes/showcase.tscn"
|
2024-07-04 19:25:00 +00:00
|
|
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
2024-02-13 18:54:50 +00:00
|
|
|
config/icon="res://demo/assets/icon.svg"
|
2022-08-30 16:48:49 +00:00
|
|
|
|
2024-01-30 11:10:12 +00:00
|
|
|
[display]
|
2024-01-11 16:06:06 +00:00
|
|
|
|
2024-01-30 11:10:12 +00:00
|
|
|
window/size/viewport_width=1920
|
|
|
|
window/size/viewport_height=1080
|
2024-02-05 15:26:40 +00:00
|
|
|
window/size/mode=3
|
2024-01-31 16:27:35 +00:00
|
|
|
window/size/window_width_override=1280
|
|
|
|
window/size/window_height_override=720
|
|
|
|
window/stretch/mode="canvas_items"
|
2022-08-30 16:48:49 +00:00
|
|
|
|
2024-01-30 16:08:50 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="Obstacle"
|
2024-02-01 14:44:27 +00:00
|
|
|
2d_physics/layer_2="Agent"
|
2024-01-31 21:19:14 +00:00
|
|
|
2d_physics/layer_3="BoxPlayer"
|
|
|
|
2d_physics/layer_4="BoxEnemy"
|
2024-01-30 16:08:50 +00:00
|
|
|
|
2024-01-16 20:51:47 +00:00
|
|
|
[limbo_ai]
|
|
|
|
|
|
|
|
behavior_tree/behavior_tree_default_dir="res://demo/ai/trees"
|
|
|
|
behavior_tree/user_task_dir_1="res://demo/ai/tasks"
|