2024-12-20 11:57:43 -05: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="dino_tomato"
|
|
|
|
run/main_scene="res://main.tscn"
|
2024-12-20 15:24:25 -05:00
|
|
|
config/use_custom_user_dir=true
|
|
|
|
config/custom_user_dir_name="dinoleaf/tools/tomato"
|
2024-12-20 11:57:43 -05:00
|
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
|
|
|
run/max_fps=30
|
|
|
|
run/low_processor_mode=true
|
|
|
|
boot_splash/bg_color=Color(1, 1, 1, 1)
|
|
|
|
boot_splash/show_image=false
|
|
|
|
boot_splash/fullsize=false
|
|
|
|
boot_splash/use_filter=false
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=256
|
|
|
|
window/size/viewport_height=140
|
|
|
|
window/size/resizable=false
|
|
|
|
window/energy_saving/keep_screen_on=false
|
|
|
|
window/vsync/vsync_mode=0
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|
2024-12-20 15:24:25 -05:00
|
|
|
textures/vram_compression/import_s3tc_bptc=true
|
2024-12-20 11:57:43 -05:00
|
|
|
environment/defaults/default_clear_color=Color(1, 1, 1, 1)
|