Use image-rendering values that work in Chrome, too (oops)
This commit is contained in:
parent
e859afe0b5
commit
8d0ea0c60e
@ -306,7 +306,8 @@ body[data-mode=player] #editor-play {
|
|||||||
column-gap: 2em;
|
column-gap: 2em;
|
||||||
row-gap: 0.5em;
|
row-gap: 0.5em;
|
||||||
|
|
||||||
image-rendering: optimizeSpeed;
|
image-rendering: crisp-edges;
|
||||||
|
image-rendering: pixelated;
|
||||||
|
|
||||||
--tile-width: 32px;
|
--tile-width: 32px;
|
||||||
--tile-height: 32px;
|
--tile-height: 32px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user