mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-26 15:27:19 +07:00
arc
This commit is contained in:
parent
1d257c1a35
commit
78c35221be
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user