mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #7335 from Cerebulon/blurSprites
Attempts to fix blurry icon scaling
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/atom/movable
|
/atom/movable
|
||||||
layer = OBJ_LAYER
|
layer = OBJ_LAYER
|
||||||
appearance_flags = TILE_BOUND|PIXEL_SCALE
|
appearance_flags = TILE_BOUND|PIXEL_SCALE|KEEP_TOGETHER
|
||||||
glide_size = 8
|
glide_size = 8
|
||||||
var/last_move = null //The direction the atom last moved
|
var/last_move = null //The direction the atom last moved
|
||||||
var/anchored = 0
|
var/anchored = 0
|
||||||
|
|||||||
@@ -1194,6 +1194,7 @@ window "mapwindow"
|
|||||||
text-color = none
|
text-color = none
|
||||||
is-default = true
|
is-default = true
|
||||||
saved-params = "icon-size"
|
saved-params = "icon-size"
|
||||||
|
zoom-mode = "distort"
|
||||||
on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
|
on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
|
||||||
on-hide = ".winset\"mainwindow.mainvsplit.left=\""
|
on-hide = ".winset\"mainwindow.mainvsplit.left=\""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user