Files
godot-demo-projects/gui/pseudolocalization/project.godot

26 lines
584 B
Plaintext

; 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="Pseudolocalization"
run/main_scene="res://Pseudolocalization.tscn"
config/icon="res://icon.png"
config/features=PackedStringArray("4.0")
[internationalization]
pseudolocalization/use_pseudolocalization=true
pseudolocalization/double_vowels=true
[rendering]
renderer/rendering_method="mobile"