mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Added status change for scene blending
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user