Compare commits
2 Commits
e0f93e4017
...
75797d968e
Author | SHA1 | Date | |
---|---|---|---|
75797d968e | |||
0175246268 |
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 30 KiB |
@ -207,6 +207,7 @@ export default class Tilorswift
|
||||
this.map.appendChild(this.level.terrain.getElement());
|
||||
|
||||
this.tilesetPicker.reloadTileset(this.tileset);
|
||||
this.backgroundPicker.reloadTileset(this.tileset);
|
||||
|
||||
this.initializeIntelligentBrushWidget();
|
||||
}
|
||||
@ -229,6 +230,8 @@ export default class Tilorswift
|
||||
addBackground(field)
|
||||
{
|
||||
field.setIndex(this.level.terrain.brushTileIndex);
|
||||
|
||||
this.updateNeighbours(field);
|
||||
}
|
||||
|
||||
updateNeighbours(field)
|
||||
|
Loading…
x
Reference in New Issue
Block a user