This commit is contained in:
summetdev
2020-10-27 22:08:53 +03:00
parent a3abadd8c2
commit 2918a0ea86
40 changed files with 40 additions and 40 deletions

View File

@@ -209,4 +209,4 @@ public class Effect{
}
}
}
}

View File

@@ -73,4 +73,4 @@ abstract class LaunchCoreComp implements Drawc, Timedc{
Fx.rocketSmokeLarge.at(cx() + Mathf.range(r), cy() + Mathf.range(r), fin());
}
}
}
}

View File

@@ -26,4 +26,4 @@ public class InverseKinematics{
return dist > 0 && dist < lengthA;
}
}
}

View File

@@ -198,4 +198,4 @@ public class LightRenderer{
lights.clear();
}
}
}

View File

@@ -21,4 +21,4 @@ public enum DataType{
DataType(Color color){
this.color = color;
}
}
}

View File

@@ -15,4 +15,4 @@ public enum LCategory{
LCategory(Color color){
this.color = color;
}
}
}

View File

@@ -491,4 +491,4 @@ public class JoinDialog extends BaseDialog{
public Server(){
}
}
}
}

View File

@@ -94,4 +94,4 @@ public class CommandCenter extends Block{
team.data().command = UnitCommand.all[read.b()];
}
}
}
}

View File

@@ -43,4 +43,4 @@ public class DrawAnimation extends DrawBlock{
public TextureRegion[] icons(Block block){
return new TextureRegion[]{block.region, top};
}
}
}