Newlines
This commit is contained in:
@@ -209,4 +209,4 @@ public class Effect{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ abstract class LaunchCoreComp implements Drawc, Timedc{
|
||||
Fx.rocketSmokeLarge.at(cx() + Mathf.range(r), cy() + Mathf.range(r), fin());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ public class InverseKinematics{
|
||||
return dist > 0 && dist < lengthA;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,4 +198,4 @@ public class LightRenderer{
|
||||
|
||||
lights.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ public enum DataType{
|
||||
DataType(Color color){
|
||||
this.color = color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ public enum LCategory{
|
||||
LCategory(Color color){
|
||||
this.color = color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -491,4 +491,4 @@ public class JoinDialog extends BaseDialog{
|
||||
public Server(){
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,4 +94,4 @@ public class CommandCenter extends Block{
|
||||
team.data().command = UnitCommand.all[read.b()];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,4 +43,4 @@ public class DrawAnimation extends DrawBlock{
|
||||
public TextureRegion[] icons(Block block){
|
||||
return new TextureRegion[]{block.region, top};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user