43 lines
986 B
Text
43 lines
986 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="Capri"
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=288
|
|
window/size/viewport_height=216
|
|
window/stretch/mode="viewport"
|
|
window/stretch/scale_mode="integer"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/godot_state_charts/plugin.cfg")
|
|
|
|
[file_customization]
|
|
|
|
folder_colors={
|
|
"res://addons/": "gray",
|
|
"res://assets/": "yellow",
|
|
"res://maps/": "blue",
|
|
"res://objects/": "red",
|
|
"res://scripts/": "teal"
|
|
}
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
2d/snap/snap_2d_transforms_to_pixel=true
|