arc
This commit is contained in:
@@ -68,6 +68,10 @@ public class Bar extends Element{
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void flash(){
|
||||||
|
blink = 1f;
|
||||||
|
}
|
||||||
|
|
||||||
public Bar blink(Color color){
|
public Bar blink(Color color){
|
||||||
blinkColor.set(color);
|
blinkColor.set(color);
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ kapt.include.compile.classpath=false
|
|||||||
kotlin.stdlib.default.dependency=false
|
kotlin.stdlib.default.dependency=false
|
||||||
#needed for android compilation
|
#needed for android compilation
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
archash=8d15f16848ae0b2a94e38e63be965fdeb9e51f54
|
archash=b766da178be7f614e5da1f377bef9677fc357907
|
||||||
|
|||||||
Reference in New Issue
Block a user