Config pick (#11073)
* Pick Configs * Fix character overlay picking * More descriptive method name
This commit is contained in:
@@ -22,6 +22,7 @@ public enum EditorTool{
|
||||
|
||||
Tile tile = editor.tile(x, y);
|
||||
editor.drawBlock = tile.block() == Blocks.air || !tile.block().inEditor ? tile.overlay() == Blocks.air ? tile.floor() : tile.overlay() : tile.block();
|
||||
editor.drawBlock.editorPicked(tile);
|
||||
}
|
||||
},
|
||||
line(KeyCode.l, "replace", "orthogonal"){
|
||||
|
||||
Reference in New Issue
Block a user