SUI/godot/project.godot

35 lines
802 B
Text
Raw Permalink Normal View History

2024-03-23 13:18:44 +01:00
; 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="StarOpenSource UI"
run/main_scene="res://Init.tscn"
config/custom_user_dir_name="StarOpenSource/sui"
config/features=PackedStringArray("4.2", "GL Compatibility")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
[display]
2024-05-08 22:13:17 +02:00
window/size/viewport_width=1440
window/size/viewport_height=810
2024-05-08 21:01:46 +02:00
window/size/resizable=false
2024-03-23 13:18:44 +01:00
[filesystem]
import/blender/enabled=false
import/fbx/enabled=false
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"