venus/project.godot

33 lines
880 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
[application]
config/name="Venus"
run/main_scene="res://scenesrc/Loader.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="StarOpenSource/VenusDev"
config/features=PackedStringArray("4.2", "GL Compatibility")
boot_splash/bg_color=Color(0, 0, 0, 1)
[display]
window/size/viewport_width=1440
window/size/viewport_height=810
[editor_plugins]
enabled=PackedStringArray("res://addons/SUI/plugin.cfg", "res://addons/venus/plugin.cfg")
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
environment/defaults/default_clear_color=Color(0, 0, 0, 1)