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;

View File

@ -8,4 +8,4 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false
#needed for android compilation
android.useAndroidX=true
archash=8d15f16848ae0b2a94e38e63be965fdeb9e51f54
archash=b766da178be7f614e5da1f377bef9677fc357907