TextBox implemented and cleaning.

This commit is contained in:
Mal
2020-02-24 00:19:21 +01:00
parent bd5ec13ea3
commit 3ffc786989
7 changed files with 220 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ export default class DialogNewTerrain extends Dialog
TilorswiftEvent.TILESET_SELECTED,
(event) => {
this.terrainIndex = event.tilesetIndex;
console.log(event.tilesetIndex);
}
);
}