dino_tomato/project.godot

39 lines
1002 B
Plaintext

; 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"
config/use_custom_user_dir=true
config/custom_user_dir_name="dinoleaf/tools/tomato"
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"
textures/vram_compression/import_s3tc_bptc=true
environment/defaults/default_clear_color=Color(1, 1, 1, 1)