godot-demo-projects/3d/material_testers/project.godot

43 lines
878 B
Plaintext
Raw Normal View History

; 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=[ ]
_global_script_class_icons={
}
[application]
2020-03-08 02:29:42 +01:00
config/name="Material Testers"
config/description="This demo includes many sphere-like objects with complex materials,
for the purpose of showcasing Godot's rendering capabilities.
This demo was featured at the beginning of the Godot 3.0 trailer."
run/main_scene="res://material_tester.tscn"
2017-10-29 20:31:56 +01:00
config/icon="res://icon.png"
[display]
window/stretch/mode="2d"
window/stretch/aspect="expand"
[gdnative]
singletons=[ ]
2017-07-03 17:53:25 +02:00
[memory]
multithread/thread_rid_pool_prealloc=60
[rendering]
vram_compression/import_etc2=false
2018-03-19 17:01:38 +01:00
quality/filters/msaa=2