new variables for global state

This commit is contained in:
Adrian Schmid 2023-07-14 18:12:17 +02:00
parent 6da3c847ba
commit de9d5925db
1 changed files with 3 additions and 0 deletions

View File

@ -3,8 +3,11 @@ extends Node
var screen_reader:bool = false
var disable_rendering: bool = false
var simplified_navigation:bool = false
var show_navigation_buttons: bool = false
var enable_subtitles: bool = false
var enable_closed_caption: bool = false
var reduce_motion: bool = false
var streaming_content_notes: bool = false
var show_content_notes: bool = false
var provide_summaries: bool = false
var allow_skipping: bool = false