Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-02-05 19:02:02 -05:00
73 changed files with 268 additions and 252 deletions

View File

@@ -130,4 +130,4 @@ public interface Platform{
/** Stops forcing the app into landscape orientation.*/
default void endForceLandscape(){
}
}
}

View File

@@ -337,4 +337,4 @@ public class MapEditor{
world.endMapLoad();
}
}
}
}

View File

@@ -414,4 +414,4 @@ public abstract class BaseUnit extends Unit implements ShooterTrait{
public void onSuperDeath(){
super.onDeath();
}
}
}

View File

@@ -15,4 +15,4 @@ public enum UnitCommand{
public String localized(){
return localized;
}
}
}

View File

@@ -176,4 +176,4 @@ public class MapIO{
interface TileProvider{
Tile get(int x, int y);
}
}
}

View File

@@ -501,4 +501,4 @@ public class Maps{
return provider.next(previous);
}
}
}
}

View File

@@ -39,4 +39,4 @@ public class TerrainFilter extends GenerateFilter{
in.block = Blocks.air;
}
}
}
}

View File

@@ -418,4 +418,4 @@ public class ArcNetProvider implements NetProvider{
}
}
}
}

View File

@@ -65,4 +65,4 @@ public class Interpolator{
}
}
}
}

View File

@@ -91,4 +91,4 @@ public class CustomGameDialog extends FloatingDialog{
cont.add(pane).uniformX();
}
}
}

View File

@@ -288,4 +288,4 @@ public class BranchTreeLayout implements TreeLayout{
public enum TreeAlignment{
center, towardsRoot, awayFromRoot
}
}
}

View File

@@ -221,4 +221,4 @@ public class Floor extends Block{
return block.edges()[x][2 - y];
}
}
}

View File

@@ -379,4 +379,4 @@ public class Conveyor extends Block implements Autotiler{
}
}
}
}
}

View File

@@ -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);
}
}
}