move dirs
This commit is contained in:
7
code/CSS/pixel-art.css
Normal file
7
code/CSS/pixel-art.css
Normal file
@@ -0,0 +1,7 @@
|
||||
canvas {
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
/* JavaScript */
|
||||
/* context.imageSmoothingEnabled = false; */
|
||||
Reference in New Issue
Block a user