You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the same image is used for many tiles. Even in the GameOfThrones example, there are several duplicates. Provide a way to increase number of unique tiles.
How can we tweak get_best_fit_tile() to get more unique images?
We could add a tile_usage_score for each tile in tiles directory. Then factor this score into diff, so that a tile that has been overused will get trumped by another tile(which might not be the best fit, but close enough).
The text was updated successfully, but these errors were encountered:
Currently, the same image is used for many tiles. Even in the GameOfThrones example, there are several duplicates. Provide a way to increase number of unique tiles.
How can we tweak get_best_fit_tile() to get more unique images?
We could add a tile_usage_score for each tile in tiles directory. Then factor this score into diff, so that a tile that has been overused will get trumped by another tile(which might not be the best fit, but close enough).
The text was updated successfully, but these errors were encountered: