mirror of
https://github.com/danbulant/programovani-kostky
synced 2026-05-19 04:08:37 +00:00
24 lines
514 B
Text
24 lines
514 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="programovani-kostky"
|
|
run/main_scene="res://main.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[filesystem]
|
|
|
|
import/fbx/enabled=false
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/quality/msaa_3d=2
|