Files
godot-benchmarks/project.godot
Juan Linietsky 2dd866ef42 Add a benchmarking suite
-Culling benchmarks only for now
2020-12-24 00:00:45 -03:00

28 lines
523 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=4
_global_script_classes=[ {
"base": "Label",
"class": @"Benchmark",
"language": @"GDScript",
"path": "res://benchmark.gd"
} ]
_global_script_class_icons={
@"Benchmark": ""
}
[application]
run/main_scene="res://main.tscn"
[autoload]
Manager="*res://manager.gd"