32 lines
719 B
Text
32 lines
719 B
Text
; 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="Pollen Not Included"
|
|
run/main_scene="res://scenes/test_level.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/vsync/vsync_mode=0
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/log/plugin.cfg")
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="bees"
|
|
2d_physics/layer_2="hazards"
|
|
2d_physics/layer_3="flowers"
|