mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Many misc bugfixes
This commit is contained in:
parent
60c74ee65d
commit
9f501a33a3
8 changed files with 44 additions and 9 deletions
|
|
@ -187,7 +187,7 @@ public class Fx{
|
|||
|
||||
color(Pal.command);
|
||||
stroke(e.fout(Interp.pow5Out) * 4f);
|
||||
Lines.circle(e.x, e.y, e.fin() * e.rotation);
|
||||
Lines.circle(e.x, e.y, e.fin() * e.rotation * 2f);
|
||||
}),
|
||||
|
||||
coreBuildBlock = new Effect(80f, e -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue