diff --git a/src/Autoload/Global.gd b/src/Autoload/Global.gd index 2204c3c3f..ec117729b 100644 --- a/src/Autoload/Global.gd +++ b/src/Autoload/Global.gd @@ -421,7 +421,7 @@ var onion_skinning_blue_red := false ## If [code]true[/code], then blue-red mod var current_version: String = ProjectSettings.get_setting("application/config/Version") # Nodes -## TThe [PackedScene] of the button used by layers in the timeline. +## The [PackedScene] of the button used by layers in the timeline. var layer_button_node := preload("res://src/UI/Timeline/LayerButton.tscn") ## The [PackedScene] of the button used by cels in the timeline. var cel_button_scene: PackedScene = load("res://src/UI/Timeline/CelButton.tscn")