Blob


1 ; Engine configuration file.
2 ; It's best edited using the editor UI and not directly,
3 ; since the parameters that go here are not all obvious.
4 ;
5 ; Format:
6 ; [section] ; section goes between []
7 ; param=value ; assign values to parameters
9 config_version=4
11 [application]
13 config/name="Ciess 2022"
14 run/main_scene="res://src/menu/menu.tscn"
15 config/icon="res://icon.png"
17 [autoload]
19 Pieces="*res://src/pieces.gd"
21 [display]
23 window/stretch/mode="2d"
24 window/stretch/aspect="expand"
26 [mono]
28 project/assembly_name="Ciess 2022"
30 [physics]
32 common/enable_pause_aware_picking=true
34 [rendering]
36 environment/default_environment="res://default_env.tres"