Added missing icons

This commit is contained in:
Anuken
2020-01-17 15:24:34 -05:00
parent c3d2351b2d
commit d9e5dc8ba2
17 changed files with 607 additions and 73 deletions

View File

@@ -427,7 +427,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
Cons<EditorTool> addTool = tool -> {
ImageButton button = new ImageButton(Core.atlas.drawable("Icon." + tool.name() + "-"), Styles.clearTogglei);
ImageButton button = new ImageButton(ui.getIcon(tool.name()), Styles.clearTogglei);
button.clicked(() -> {
view.setTool(tool);
if(lastTable[0] != null){