Added status change for scene blending

This commit is contained in:
N00MKRAD
2021-03-19 19:48:16 +01:00
parent ddf68715fb
commit a8f691ce55
2 changed files with 14 additions and 4 deletions

View File

@@ -150,6 +150,11 @@ namespace Flowframes
statusLabel.Text = str;
}
public string GetStatus ()
{
return statusLabel.Text;
}
public void SetProgress(int percent)
{
percent = percent.Clamp(0, 100);