mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix typo
This commit is contained in:
parent
f40ef6f329
commit
d60c686368
|
@ -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")
|
var current_version: String = ProjectSettings.get_setting("application/config/Version")
|
||||||
|
|
||||||
# Nodes
|
# 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")
|
var layer_button_node := preload("res://src/UI/Timeline/LayerButton.tscn")
|
||||||
## The [PackedScene] of the button used by cels in the timeline.
|
## The [PackedScene] of the button used by cels in the timeline.
|
||||||
var cel_button_scene: PackedScene = load("res://src/UI/Timeline/CelButton.tscn")
|
var cel_button_scene: PackedScene = load("res://src/UI/Timeline/CelButton.tscn")
|
||||||
|
|
Loading…
Reference in a new issue