36 lines
853 B
Text
36 lines
853 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="Announcer Recorder Helper"
|
|
config/description="Based on record audio demo.
|
|
Helps record words for black mesa like announcer system."
|
|
config/tags=PackedStringArray("audio", "gui", "tool")
|
|
run/main_scene="res://MicRecord.tscn"
|
|
config/features=PackedStringArray("4.3")
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.webp"
|
|
|
|
[audio]
|
|
|
|
general/text_to_speech=true
|
|
driver/enable_input=true
|
|
enable_audio_input=true
|
|
|
|
[debug]
|
|
|
|
gdscript/warnings/untyped_declaration=1
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
window/vsync/vsync_mode=0
|