47 lines
1002 B
Plaintext
47 lines
1002 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="Dunkanoid"
|
|
run/main_scene="res://Intro.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
boot_splash/show_image=false
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Global="*res://Global.gd"
|
|
EventBus="*res://EventBus.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=640
|
|
window/size/viewport_height=360
|
|
window/size/mode=3
|
|
window/stretch/mode="viewport"
|
|
window/stretch/scale_mode="integer"
|
|
|
|
[editor]
|
|
|
|
naming/screen_space_roughness_limiter/enabled=true
|
|
|
|
[physics]
|
|
|
|
2d/default_gravity=0.0
|
|
2d/default_gravity_vector=Vector2(0, 0)
|
|
2d/default_linear_damp=0.0
|
|
2d/default_angular_damp=0.0
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/screen_space_roughness_limiter/enabled=false
|
|
environment/defaults/default_clear_color=Color(0, 0, 0, 1)
|