97 lines
3.8 KiB
Plaintext
97 lines
3.8 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://u0bwjr5l6nkh"]
|
|
|
|
[ext_resource type="Script" uid="uid://vhppt23pmi6w" path="res://logic-scenes/main menu/privacy_settings.gd" id="1_evre2"]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_gy6yb"]
|
|
action = &"ui_cancel"
|
|
pressed = true
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_0peu0"]
|
|
events = [SubResource("InputEventAction_gy6yb")]
|
|
|
|
[node name="PrivacyAndDataProtection" type="VBoxContainer"]
|
|
offset_right = 1086.0
|
|
offset_bottom = 860.0
|
|
script = ExtResource("1_evre2")
|
|
metadata/_tab_index = 1
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderLarge"
|
|
text = "Privacy and Data Protection"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "\"Frame of Mind - a game of thoughts.\" is a game discussing mental health. If you are concerned about your privacy while playing the game, this is what you need to know:
|
|
In a nutshell: We protect your data by storing as little of it as strictly necessary, by not collecting any data on our own and by helping you opt out of Steam collecting usage data.
|
|
If you think an important security feature is missing, we ask you to submit a bug report or better even, contribute it yourself."
|
|
autowrap_mode = 2
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderMedium"
|
|
text = "Saves"
|
|
autowrap_mode = 2
|
|
|
|
[node name="Label4" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "This game uses plain-text files to store your progress. If you don't want Steam accessing that data, you can disable Cloud Saves in the properties of this game in your library. We encourage you to sync and back up saves on your own."
|
|
autowrap_mode = 2
|
|
|
|
[node name="Label5" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderMedium"
|
|
text = "Playtime"
|
|
autowrap_mode = 2
|
|
|
|
[node name="Label6" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "To track your playtime, this game sends data to your Steam Client while you are playing. You can opt out using the checkbox below. Doing so breaks Playtime Stats.
|
|
You can hide this game in your library or mark it as private so your friends won't see you playing it. These privacy options can be found in the game properties on Steam.
|
|
Please note that this won't prevent Valve from tracking your activity. Please note that we do look at Steam Statistics to understand how our game is doing."
|
|
autowrap_mode = 2
|
|
|
|
[node name="OptOutSteam" type="CheckBox" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
tooltip_text = "All Game Music is safe to stream."
|
|
text = "disable sharing play data with Steam"
|
|
|
|
[node name="ResetStats" type="Button" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "reset Statistics (cannot be undone!)"
|
|
|
|
[node name="Label7" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderMedium"
|
|
text = "Diagnostic Data"
|
|
autowrap_mode = 2
|
|
|
|
[node name="Label8" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Log Files store usage patterns and diagnostic data locally in plain text on your device. To protect your privacy, some information in these logs is obscured. When reporting a bug, you can choose to include a log to help us figure out what went wrong. Choosing not to obscurify can will make debugging some issues a bit easier."
|
|
autowrap_mode = 2
|
|
|
|
[node name="ObscurifyLogs" type="CheckBox" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
button_pressed = true
|
|
text = "obscure log files"
|
|
|
|
[node name="confirm_buttons" type="HSplitContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 10
|
|
|
|
[node name="ResetButton" type="Button" parent="confirm_buttons"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "reset"
|
|
|
|
[node name="SaveButton" type="Button" parent="confirm_buttons"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
shortcut = SubResource("Shortcut_0peu0")
|
|
text = "save and exit"
|