47 lines
1,003 B
Text
47 lines
1,003 B
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
|
||
|
|
||
|
[ai_assistant_hub]
|
||
|
|
||
|
base_url="http://127.0.0.1:11434"
|
||
|
llm_api="ollama_api"
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="GGJ - Bubbles"
|
||
|
run/main_scene="uid://bwe0t2hwl5pv1"
|
||
|
config/features=PackedStringArray("4.4")
|
||
|
config/icon="res://icon.svg"
|
||
|
|
||
|
[audio]
|
||
|
|
||
|
driver/enable_input=true
|
||
|
|
||
|
[autoload]
|
||
|
|
||
|
State="*res://scripts/state.gd"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/viewport_width=678
|
||
|
window/size/viewport_height=1699
|
||
|
window/size/resizable=false
|
||
|
window/stretch/mode="canvas_items"
|
||
|
window/handheld/orientation=1
|
||
|
|
||
|
[editor_plugins]
|
||
|
|
||
|
enabled=PackedStringArray("res://addons/ai_assistant_hub/plugin.cfg", "res://addons/code_time/plugin.cfg", "res://addons/ridiculous_coding/plugin.cfg")
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
renderer/rendering_method="mobile"
|
||
|
textures/vram_compression/import_etc2_astc=true
|