DVN/project.godot
2025-03-01 16:39:50 -05:00

46 lines
1.1 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
[application]
config/name="dvn"
run/main_scene="res://dvn/test_resources/test_system.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
[audio]
buses/default_bus_layout="res://addons/dvn/default_bus_layout.tres"
[autoload]
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
[dialogue_manager]
runtime/balloon_path="res:///balloon.tscn"
[display]
window/size/viewport_width=640
window/size/viewport_height=480
[editor_plugins]
enabled=PackedStringArray("res://addons/dialogue_manager/plugin.cfg", "res://addons/dvn/plugin.cfg")
[internationalization]
locale/translations_pot_files=PackedStringArray("res://addons/dvn/test_resources/test_dialgoue.dialogue")
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"