Merge pull request #7335 from Cerebulon/blurSprites

Attempts to fix blurry icon scaling
This commit is contained in:
Atermonera
2020-07-15 11:34:56 -07:00
committed by VirgoBot
parent bf40ae3c92
commit e5265d43d9
2 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
/atom/movable
layer = OBJ_LAYER
appearance_flags = TILE_BOUND|PIXEL_SCALE
appearance_flags = TILE_BOUND|PIXEL_SCALE|KEEP_TOGETHER
glide_size = 8
var/last_move = null //The direction the atom last moved
var/anchored = 0

View File

@@ -1194,6 +1194,7 @@ window "mapwindow"
text-color = none
is-default = true
saved-params = "icon-size"
zoom-mode = "distort"
on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
on-hide = ".winset\"mainwindow.mainvsplit.left=\""