Interface
This commit is contained in:
parent
63be02d2a6
commit
d90f819d68
9 changed files with 178 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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"
|
||||
|
||||
|
@ -18,7 +19,18 @@ config/icon="res://icon.svg"
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue