1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
This commit is contained in:
Emmanouil Papadeas 2023-12-05 01:13:46 +02:00
parent f40ef6f329
commit d60c686368

View file

@ -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")