iOS fixes

This commit is contained in:
Anuken
2018-07-13 19:50:18 -04:00
parent ab0f8defa4
commit 5f82d575ee
2 changed files with 7 additions and 2 deletions

View File

@@ -31,5 +31,10 @@ public abstract class Decal extends TimedEntity implements BelowLiquidTrait, Dra
return groundEffectGroup; return groundEffectGroup;
} }
@Override
public float fin() {
return time / lifetime();
}
abstract void drawDecal(); abstract void drawDecal();
} }

View File

@@ -1,6 +1,6 @@
app.version=3.5 app.version=4.0
app.id=io.anuke.mindustry app.id=io.anuke.mindustry
app.mainclass=io.anuke.mindustry.IOSLauncher app.mainclass=io.anuke.mindustry.IOSLauncher
app.executable=IOSLauncher app.executable=IOSLauncher
app.build=11 app.build=14
app.name=Mindustry app.name=Mindustry