30 lines
677 B
Text
30 lines
677 B
Text
; 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="platformer bean"
|
|
run/main_scene="uid://drpvbc4k32k55"
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="viewport"
|
|
window/stretch/scale=3.0
|
|
|
|
[physics]
|
|
|
|
2d/default_gravity=650.0
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
environment/defaults/default_clear_color=Color(0.144092, 0.378883, 0.531616, 1)
|