12345678910111213141516171819202122232425262728293031323334353637383940 |
- ; 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]
- config/name="menu_2DGI_render"
- run/main_scene="res://scene.tscn"
- config/icon="res://icon.png"
- [debug]
- settings/fps/force_fps=60
- [display]
- window/size/width=1280
- window/size/height=720
- window/stretch/mode="2d"
- window/stretch/aspect="keep"
- [network]
- limits/debugger_stdout/max_messages_per_frame=100
- limits/debugger_stdout/max_errors_per_frame=100
- [rendering]
- environment/default_environment="res://default_env.tres"
|