1234567891011121314151617181920212223242526272829 |
- ; 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=3
- [application]
- config/name="Truck Town"
- run/main_scene="res://car_select.tscn"
- config/icon="res://icon.png"
- [display]
- window/height=720
- window/width=1280
- [rasterizer]
- shadow_filter=3
- [rendering]
- environment/default_environment="res://default_env.tres"
|