183 lines
4.9 KiB
Plaintext
183 lines
4.9 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b3wlecqvelh22"]
|
|
|
|
[ext_resource type="Script" uid="uid://cbax2lv4pstqk" path="res://ui/menu_main/acessability_settings.gd" id="1_x3lym"]
|
|
[ext_resource type="PackedScene" uid="uid://dy5rd437h5hsw" path="res://logic-scenes/board/card.tscn" id="2_24dtk"]
|
|
|
|
[sub_resource type="GDScript" id="GDScript_v567h"]
|
|
script/source = "extends CheckBox
|
|
|
|
func _ready():
|
|
grab_focus()
|
|
"
|
|
|
|
[sub_resource type="GDScript" id="GDScript_72hl5"]
|
|
script/source = "extends Button
|
|
|
|
func _ready() -> void:
|
|
pressed.connect(func(): OS.shell_open(\"https://store.steampowered.com/news/app/2515480/view/534358622649452263\"))
|
|
"
|
|
|
|
[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 = "menu_a11y_title"
|
|
|
|
[node name="Label4" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "menu_a11y_disclaimer"
|
|
|
|
[node name="Container2" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="ReduceMotion" type="CheckBox" parent="Container2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "menu_a11y_motion"
|
|
|
|
[node name="Screenreader" type="CheckBox" parent="Container2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
disabled = true
|
|
text = "use Screenreader"
|
|
script = SubResource("GDScript_v567h")
|
|
|
|
[node name="margin2" type="MarginContainer" parent="Container2"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="DisableRendering" type="CheckBox" parent="Container2/margin2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
disabled = true
|
|
text = "disable video"
|
|
|
|
[node name="SimplyifyControls" type="CheckBox" parent="Container2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
disabled = true
|
|
text = "simplified Controls"
|
|
|
|
[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="HyperacusticsFilter" type="CheckBox" parent="Container2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Applies an audio filter that removes high pitched noises."
|
|
text = "menu_a11y_hyperacoustics_filter"
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Container2"]
|
|
layout_mode = 2
|
|
columns = 3
|
|
|
|
[node name="Label" type="Label" parent="Container2/GridContainer"]
|
|
layout_mode = 2
|
|
text = "menu_a11y_fonts"
|
|
|
|
[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 = "menu_a11y_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"]
|
|
modulate = Color(0.65012825, 0.6501283, 0.65012825, 1)
|
|
layout_mode = 2
|
|
text = "menu_a11y_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 = 1.5
|
|
step = 0.0
|
|
value = 1.0
|
|
|
|
[node name="Button" type="Button" parent="Container2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "menu_a11y_statement"
|
|
script = SubResource("GDScript_72hl5")
|
|
|
|
[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 = "menu_back"
|
|
|
|
[node name="SaveButton" type="Button" parent="navbuttons"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "menu_save"
|
|
|
|
[node name="card" parent="." instance=ExtResource("2_24dtk")]
|
|
process_mode = 4
|
|
position = Vector2(837, 159)
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
input_pickable = false
|
|
text = "I never put in much effort for Homework"
|