dungeon-crawler-framework/project.godot
2023-03-18 20:37:57 +03:00

36 lines
1,018 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="dungeon-crawler-framework"
run/main_scene="res://main_scene.tscn"
config/features=PackedStringArray("4.0", "GL Compatibility")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="dungeon-crawler-framework"
[internationalization]
locale/translations=PackedStringArray("res://translations/en_us_base.tres")
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
textures/default_filters/use_nearest_mipmap_filter=true
textures/default_filters/anisotropic_filtering_level=0
textures/decals/filter=2
textures/light_projectors/filter=2
2d/snap/snap_2d_transforms_to_pixel=true
2d/snap/snap_2d_vertices_to_pixel=true
textures/canvas_textures/default_texture_filter=0