Separate the use of map name and player name (#1863)
* change use 'name' * remove schematic.name
This commit is contained in:
committed by
GitHub
parent
25bc6ebaf0
commit
95d603a035
@@ -32,7 +32,7 @@ public class MapInfoDialog extends FloatingDialog{
|
||||
ObjectMap<String, String> tags = editor.getTags();
|
||||
|
||||
cont.pane(t -> {
|
||||
t.add("$editor.name").padRight(8).left();
|
||||
t.add("$editor.mapname").padRight(8).left();
|
||||
t.defaults().padTop(15);
|
||||
|
||||
TextField name = t.addField(tags.get("name", ""), text -> {
|
||||
|
||||
Reference in New Issue
Block a user