Map center button
@ -329,6 +329,7 @@ editor.generation = Generation:
|
||||
editor.ingame = Edit In-Game
|
||||
editor.publish.workshop = Publish On Workshop
|
||||
editor.newmap = New Map
|
||||
editor.center = Center
|
||||
workshop = Workshop
|
||||
waves.title = Waves
|
||||
waves.remove = Remove
|
||||
|
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
@ -560,8 +560,8 @@ public class MapEditorDialog extends Dialog implements Disposable{
|
||||
mid.row();
|
||||
|
||||
mid.table(t -> {
|
||||
t.button("@editor.center", () -> view.center()).growX();
|
||||
}).pad(-5).style(Styles.squaret).growX().top();
|
||||
t.button("@editor.center", Icon.move, Styles.cleart, () -> view.center()).growX().margin(9f);
|
||||
}).growX().top();
|
||||
|
||||
}).margin(0).left().growY();
|
||||
|
||||
|