2021-06-11 21:10:27 +02: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=4
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2021-06-12 13:41:25 +02:00
|
|
|
config/name="City Bound"
|
2021-06-12 00:17:38 +02:00
|
|
|
run/main_scene="res://World.tscn"
|
2021-06-11 21:10:27 +02:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2021-06-11 21:22:22 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1280
|
|
|
|
window/size/height=720
|
2021-06-13 18:04:55 +02:00
|
|
|
window/stretch/mode="2d"
|
2021-06-11 21:22:22 +02:00
|
|
|
|
2021-06-11 21:10:27 +02:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
2021-06-12 13:41:25 +02:00
|
|
|
2d/default_gravity_vector=Vector2( 0, 0 )
|
2021-06-11 21:10:27 +02:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
|
|
vram_compression/import_etc=true
|
|
|
|
vram_compression/import_etc2=false
|
|
|
|
environment/default_environment="res://default_env.tres"
|