changed size of music regen map and analyze button for debug ui
This commit is contained in:
parent
3c79bdcb32
commit
63a2bd6b95
@ -40,7 +40,7 @@ public class MusicSelector extends Window {
|
|||||||
fileNames = new Array<>();
|
fileNames = new Array<>();
|
||||||
musicList = new List<String>(skin, listStyle);
|
musicList = new List<String>(skin, listStyle);
|
||||||
|
|
||||||
TextButton confirmButton = new TextButton("confirm", skin);
|
TextButton confirmButton = new TextButton("confirm", skin, "window");
|
||||||
confirmButton.addListener(new ChangeListener() {
|
confirmButton.addListener(new ChangeListener() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -51,7 +51,7 @@ public class MusicSelector extends Window {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(confirmButton);
|
add(confirmButton);
|
||||||
TextButton regenMap = new TextButton("regen map", skin);
|
TextButton regenMap = new TextButton("regen map", skin, "window");
|
||||||
regenMap.addListener(new ChangeListener() {
|
regenMap.addListener(new ChangeListener() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user