27 lines
827 B
Text
27 lines
827 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="1bit-game-jam"
|
|
run/main_scene="res://scenes/main_scene.tscn"
|
|
config/features=PackedStringArray("4.1", "Mobile")
|
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
|
|
config/icon="res://icon.svg"
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
renderer/rendering_method="mobile"
|
|
textures/lossless_compression/force_png=true
|
|
textures/default_filters/anisotropic_filtering_level=0
|
|
anti_aliasing/screen_space_roughness_limiter/enabled=false
|
|
2d/snap/snap_2d_transforms_to_pixel=true
|
|
2d/snap/snap_2d_vertices_to_pixel=true
|