frame-of-mind/src/logic-scenes/main menu/acessability_settings.tscn

154 lines
4.0 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b3wlecqvelh22"]
[ext_resource type="Script" uid="uid://cbax2lv4pstqk" path="res://logic-scenes/main menu/acessability_settings.gd" id="1_x3lym"]
[sub_resource type="GDScript" id="GDScript_v567h"]
script/source = "extends CheckBox
func _ready():
grab_focus()
"
[node name="Accessibility" type="VBoxContainer"]
script = ExtResource("1_x3lym")
metadata/_tab_index = 0
[node name="Label" type="Label" parent="."]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "Accessibility"
[node name="Label4" type="Label" parent="."]
layout_mode = 2
text = "Greyed-out items do not work yet."
[node name="Container2" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="ReduceMotion" type="CheckBox" parent="Container2"]
unique_name_in_owner = true
layout_mode = 2
text = "reduce motion and flickering"
[node name="Screenreader" type="CheckBox" parent="Container2"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "use Screenreader"
script = SubResource("GDScript_v567h")
[node name="margin2" type="MarginContainer" parent="Container2"]
layout_mode = 2
[node name="DisableRendering" type="CheckBox" parent="Container2/margin2"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "disable video"
[node name="SimplyifyControls" type="CheckBox" parent="Container2"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "simplified Controls"
[node name="HyperacusticsFilter" type="CheckBox" parent="Container2"]
unique_name_in_owner = true
layout_mode = 2
text = "Hyperacoustics Filter"
[node name="margin" type="MarginContainer" parent="Container2"]
visible = false
layout_mode = 2
[node name="ShowNavUI" type="CheckBox" parent="Container2/margin"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "show Navigation Buttons"
[node name="GridContainer" type="GridContainer" parent="Container2"]
layout_mode = 2
columns = 3
[node name="Label" type="Label" parent="Container2/GridContainer"]
layout_mode = 2
text = "Font-Style:"
[node name="VSeparator" type="VSeparator" parent="Container2/GridContainer"]
custom_minimum_size = Vector2(30, 0)
layout_mode = 2
[node name="FontSeettings" type="OptionButton" parent="Container2/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 4
disabled = true
selected = 0
item_count = 4
popup/item_0/text = "handwriting"
popup/item_0/id = 1
popup/item_1/text = "serif"
popup/item_1/id = 2
popup/item_2/text = "hyperlegible sans"
popup/item_2/id = 3
popup/item_3/text = "system font"
popup/item_3/id = 4
[node name="Label2" type="Label" parent="Container2/GridContainer"]
layout_mode = 2
text = "Subtitles:"
[node name="VSeparator2" type="VSeparator" parent="Container2/GridContainer"]
custom_minimum_size = Vector2(30, 0)
layout_mode = 2
[node name="SubtitleSettings" type="OptionButton" parent="Container2/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 4
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"
popup/item_2/id = 2
[node name="Label3" type="Label" parent="Container2/GridContainer"]
layout_mode = 2
text = "UI scale:"
[node name="VSeparator3" type="VSeparator" parent="Container2/GridContainer"]
custom_minimum_size = Vector2(30, 0)
layout_mode = 2
[node name="UIScaleSlider" type="HSlider" parent="Container2/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 4
min_value = 0.5
max_value = 3.0
step = 0.0
value = 1.0
editable = false
[node name="navbuttons" type="HSplitContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 10
dragger_visibility = 1
[node name="BackButton" type="Button" parent="navbuttons"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "go back"
[node name="SaveButton" type="Button" parent="navbuttons"]
unique_name_in_owner = true
layout_mode = 2
text = "save and continue"