Bubble-Blower/project.godot
2025-01-26 00:03:23 +01:00

44 lines
940 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]
general/ios/session_category=4
driver/enable_input=true
[autoload]
State="*res://scripts/state.gd"
[display]
window/size/resizable=false
window/stretch/mode="canvas_items"
[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