1; Engine configuration file.
2; It's best edited using the editor UI and not directly,
3; since the parameters that go here are not all obvious.
4;
5; Format:
6;   [section] ; section goes between []
7;   param=value ; assign values to parameters
8
9config_version=4
10
11_global_script_classes=[  ]
12_global_script_class_icons={
13
14}
15
16[application]
17
18config/name="Scene Instancing Demo"
19config/description="A demo showing how to use scene instancing to
20make many duplicates of the same object."
21run/main_scene="res://scene_instancing.tscn"
22config/icon="res://icon.png"
23
24[display]
25
26window/size/width=800
27window/stretch/mode="2d"
28window/stretch/aspect="expand"
29
30[gdnative]
31
32singletons=[  ]
33
34[physics]
35
362d/default_gravity=300
37
38[rendering]
39
40quality/driver/driver_name="GLES2"
41environment/default_clear_color=Color( 0.301961, 0.301961, 0.301961, 1 )
42