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

29 lines
518 B
Plaintext
Raw Normal View History

2018-01-28 10:03:11 +01:00
; 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"