mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Cleanup
This commit is contained in:
parent
e7d7be2f57
commit
fda2ed8b41
2 changed files with 4 additions and 3 deletions
|
|
@ -681,7 +681,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
|
|||
search.image(Icon.zoom).padRight(8);
|
||||
search.field("", this::rebuildBlockSelection)
|
||||
.name("editor/search").maxTextLength(maxNameLength).get().setMessageText("@players.search");
|
||||
}).pad(5);
|
||||
}).pad(-2);
|
||||
cont.row();
|
||||
cont.table(Tex.underline, extra -> extra.labelWrap(() -> editor.drawBlock.localizedName).width(200f).center()).growX();
|
||||
cont.row();
|
||||
|
|
@ -730,7 +730,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
|
|||
}
|
||||
|
||||
if(i == 0){
|
||||
blockSelection.add("@none").padLeft(80f).padTop(10f);
|
||||
blockSelection.add("@none").color(Color.lightGray).padLeft(80f).padTop(10f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ import arc.math.*;
|
|||
import arc.util.*;
|
||||
import arc.util.io.*;
|
||||
import mindustry.annotations.Annotations.*;
|
||||
import mindustry.content.*;
|
||||
import mindustry.entities.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.graphics.*;
|
||||
|
|
@ -102,7 +103,7 @@ public class TractorBeamTurret extends BaseTurret{
|
|||
}
|
||||
|
||||
if(status != StatusEffects.none){
|
||||
target.apply(status, statusDuration)
|
||||
target.apply(status, statusDuration);
|
||||
}
|
||||
|
||||
//shoot when possible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue