top-down-action-adventure/style.css

8 lines
81 B
CSS
Raw Normal View History

2025-06-01 15:54:55 -04:00
body {
background-color: #666;
}
canvas {
image-rendering: pixelated;
}