29 lines
712 B
Plaintext
29 lines
712 B
Plaintext
; 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="Mrtva Dolina"
|
|
config/description="Post-apocalyptic farming in a dead valley."
|
|
run/main_scene="res://scenes/levels/MrtvaDolina.tscn"
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1024
|
|
window/size/viewport_height=768
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=1
|
|
renderer/rendering_method="forward_plus"
|
|
2d/snap/snap_2d_transforms_to_pixel=false
|
|
2d/snap/snap_2d_vertices_to_pixel=false
|