Changed text to display ticks instead of frames

This commit is contained in:
MattNL
2023-06-02 15:42:04 -04:00
parent b740830892
commit 8501d4b7e0

View File

@@ -78,7 +78,7 @@ namespace PckStudio.Forms.Editor
foreach (var frame in currentAnimation.GetFrames())
{
var imageIndex = currentAnimation.GetTextureIndex(frame.Texture);
frameTreeView.Nodes.Add(new TreeNode($"for {frame.Ticks} frames")
frameTreeView.Nodes.Add(new TreeNode($"for {frame.Ticks} ticks")
{
ImageIndex = imageIndex,
SelectedImageIndex = imageIndex,