add tooltip to hyperacoustic filtering

This commit is contained in:
betalars 2025-05-09 17:36:57 +02:00
parent 6fe6834541
commit f8f3e1f851
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ text = "simplified Controls"
[node name="HyperacusticsFilter" type="CheckBox" parent="Container2"]
unique_name_in_owner = true
layout_mode = 2
tooltip_text = "Applies an audio filter that removes high pitched noises."
text = "Hyperacoustics Filter"
[node name="margin" type="MarginContainer" parent="Container2"]
@ -111,6 +112,7 @@ disabled = true
selected = 1
item_count = 3
popup/item_0/text = "none"
popup/item_0/id = 0
popup/item_1/text = "spoken text"
popup/item_1/id = 1
popup/item_2/text = "closed captions"