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.tscn"
15 config/icon="res://icon.png"
17 [autoload]
19 Pieces="*res://src/pieces.gd"
21 [physics]
23 common/enable_pause_aware_picking=true
25 [rendering]
27 environment/default_environment="res://default_env.tres"