Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -130,4 +130,4 @@ public interface Platform{
|
||||
/** Stops forcing the app into landscape orientation.*/
|
||||
default void endForceLandscape(){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -337,4 +337,4 @@ public class MapEditor{
|
||||
world.endMapLoad();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -414,4 +414,4 @@ public abstract class BaseUnit extends Unit implements ShooterTrait{
|
||||
public void onSuperDeath(){
|
||||
super.onDeath();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ public enum UnitCommand{
|
||||
public String localized(){
|
||||
return localized;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -176,4 +176,4 @@ public class MapIO{
|
||||
interface TileProvider{
|
||||
Tile get(int x, int y);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -501,4 +501,4 @@ public class Maps{
|
||||
return provider.next(previous);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,4 +39,4 @@ public class TerrainFilter extends GenerateFilter{
|
||||
in.block = Blocks.air;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -418,4 +418,4 @@ public class ArcNetProvider implements NetProvider{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,4 +65,4 @@ public class Interpolator{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,4 +91,4 @@ public class CustomGameDialog extends FloatingDialog{
|
||||
|
||||
cont.add(pane).uniformX();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -288,4 +288,4 @@ public class BranchTreeLayout implements TreeLayout{
|
||||
public enum TreeAlignment{
|
||||
center, towardsRoot, awayFromRoot
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,4 +221,4 @@ public class Floor extends Block{
|
||||
return block.edges()[x][2 - y];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -379,4 +379,4 @@ public class Conveyor extends Block implements Autotiler{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ public class FloorValue implements StatValue{
|
||||
table.add(new Image(floor.icon(Cicon.small))).padRight(3);
|
||||
table.add(floor.localizedName).padRight(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user