mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 23:37:51 +07:00
Testing github webhook
This commit is contained in:
@ -39,7 +39,6 @@ public enum EditorTool{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void touched(MapEditor editor, int x, int y){
|
public void touched(MapEditor editor, int x, int y){
|
||||||
//TODO select floor/block properly instead of using this method!
|
|
||||||
boolean floor = editor.getDrawBlock() instanceof Floor;
|
boolean floor = editor.getDrawBlock() instanceof Floor;
|
||||||
|
|
||||||
TileDataMarker writer = editor.getMap().readAt(x, y);
|
TileDataMarker writer = editor.getMap().readAt(x, y);
|
||||||
|
Reference in New Issue
Block a user