2023-08-25 14:34:57 +02: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]
|
|
|
|
|
2024-02-04 21:36:30 +01:00
|
|
|
config/name="CORE Framework"
|
|
|
|
run/main_scene="res://Test.tscn"
|
2023-08-25 14:34:57 +02:00
|
|
|
config/use_custom_user_dir=true
|
2024-02-04 21:36:30 +01:00
|
|
|
config/custom_user_dir_name="StarOpenSource/COREDev"
|
|
|
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
2023-08-25 14:34:57 +02:00
|
|
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
|
|
|
boot_splash/show_image=false
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
2024-04-23 21:34:38 +02:00
|
|
|
window/size/viewport_width=1440
|
|
|
|
window/size/viewport_height=810
|
2023-08-25 14:34:57 +02:00
|
|
|
|
2024-03-28 12:52:42 +01:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/besseretests/plugin.cfg")
|
|
|
|
|
2024-02-04 21:36:30 +01:00
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/blender/enabled=false
|
|
|
|
|
2023-08-25 14:34:57 +02:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|