chobit/godot-mobile/project.godot
Claude Code 0ba291796f chore(config-configuration): 🔧 Update Godot export presets and project metadata paths
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 06:03:17 -07:00

48 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="Chobit Mobile"
config/description="Interactive AI companion with 3D avatar and voice interaction"
run/main_scene="res://scenes/companion.tscn"
config/features=PackedStringArray("4.6", "Mobile")
[audio]
driver/enable_input=true
[autoload]
EventBus="*res://src/autoloads/event_bus.gd"
FlightRecorder="*res://src/autoloads/flight_recorder.gd"
AppState="*res://src/autoloads/app_state.gd"
CompanionConfig="*res://src/autoloads/companion_config.gd"
UiTheme="*res://addons/godot-ui-theme/ui_theme.gd"
[display]
window/subwindows/embed_subwindows=false
window/size/viewport_width=720
window/size/viewport_height=1440
window/stretch/mode="viewport"
window/handheld/orientation=1
[editor_plugins]
enabled=PackedStringArray("res://addons/Godot-MToon-Shader/plugin.cfg", "res://addons/vrm/plugin.cfg")
[rendering]
renderer/rendering_method="mobile"