Files
godot-benchmarks/project.godot
2023-03-27 18:08:52 -04:00

45 lines
826 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
_global_script_classes=[{
"base": "Label",
"class": &"Benchmark",
"language": &"GDScript",
"path": "res://benchmark.gd"
}]
_global_script_class_icons={
"Benchmark": ""
}
[application]
config/name="Godot Benchmarks"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.0")
config/icon="res://icon.png"
[autoload]
Manager="*res://manager.gd"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="viewport"
[gui]
theme/default_theme_scale=1.5
[rendering]
occlusion_culling/use_occlusion_culling=true