godot-demo-projects/gui/translation/project.godot

47 lines
1.0 KiB
Plaintext
Raw Normal View History

; 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=4
_global_script_classes=[ ]
_global_script_class_icons={
}
2017-06-28 20:11:04 +02:00
[application]
2017-07-26 20:06:21 +02:00
config/name="Translation Demo"
2020-02-01 21:04:37 +01:00
run/main_scene="res://translation_demo.tscn"
2017-07-26 20:06:21 +02:00
config/icon="res://icon.png"
2017-06-28 20:11:04 +02:00
[display]
window/stretch/mode="2d"
window/stretch/aspect="expand"
[gdnative]
singletons=[ ]
2017-06-28 20:11:04 +02:00
[locale]
translation_remaps={
"res://flag_uk.png": [ "res://flag_spain.png:es", "res://flag_japan.png:ja" ],
"res://hello_en.wav": PoolStringArray( "res://hello_es.wav:es", "res://hello_jp.wav:ja" )
}
translations=PoolStringArray( "res://text.en.translation", "res://text.es.translation", "res://text.ja.translation" )
[memory]
multithread/thread_rid_pool_prealloc=60
[rendering]
quality/driver/driver_name="GLES2"
environment/default_clear_color=Color( 0.145098, 0.145098, 0.164706, 1 )