mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-29 00:50:43 +07:00
Background tiles are no longer "fuzzy"
This commit is contained in:
parent
9f48f43ad0
commit
9e7b28a6e4
@ -50,7 +50,6 @@ object ImageGetter {
|
|||||||
textureRegionDrawables.clear()
|
textureRegionDrawables.clear()
|
||||||
// These are the drawables from the base game
|
// These are the drawables from the base game
|
||||||
for(region in atlas.regions){
|
for(region in atlas.regions){
|
||||||
region.texture.setFilter(Texture.TextureFilter.Linear,Texture.TextureFilter.Linear)
|
|
||||||
val drawable =TextureRegionDrawable(region)
|
val drawable =TextureRegionDrawable(region)
|
||||||
textureRegionDrawables[region.name] = drawable
|
textureRegionDrawables[region.name] = drawable
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user