This commit is contained in:
summetdev
2020-10-27 21:36:02 +03:00
parent a4f54a890a
commit a78faa57f3
37 changed files with 37 additions and 37 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

@@ -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(){
}
}
}