mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d4b2cad94e
@ -33,10 +33,5 @@ public abstract class Decal extends TimedEntity implements BelowLiquidTrait, Dra
|
||||
return groundEffectGroup;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float fin() {
|
||||
return time / lifetime();
|
||||
}
|
||||
|
||||
abstract void drawDecal();
|
||||
}
|
||||
|
@ -134,9 +134,4 @@ public class ItemTransfer extends TimedEntity implements DrawTrait{
|
||||
public EntityGroup targetGroup(){
|
||||
return effectGroup;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float fin(){
|
||||
return time() / lifetime();
|
||||
}
|
||||
}
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
@ -2,5 +2,5 @@ app.version=4.0
|
||||
app.id=io.anuke.mindustry
|
||||
app.mainclass=io.anuke.mindustry.IOSLauncher
|
||||
app.executable=IOSLauncher
|
||||
app.build=14
|
||||
app.build=17
|
||||
app.name=Mindustry
|
||||
|
@ -26,6 +26,7 @@ public class TextFieldDialogListener {
|
||||
});
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private static void show(TextField field, int maxLength){
|
||||
|
||||
UIAlertViewDelegateAdapter delegate = new UIAlertViewDelegateAdapter() {
|
||||
|
Loading…
Reference in New Issue
Block a user