This commit is contained in:
Anuken
2021-07-31 11:22:18 -04:00
parent 1d257c1a35
commit 78c35221be
2 changed files with 5 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ public class Bar extends Element{
return this;
}
public void flash(){
blink = 1f;
}
public Bar blink(Color color){
blinkColor.set(color);
return this;