This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
nespaint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
195
Commits
4
Branches
Tree:
df3c2830bb
nespaint
/
sass
/
canvas.scss
6 lines
79B
Raw
Blame
History
#painter
{
background-color
:
$canvas-bg-color
;
width
:
100%
;
height
:
100%
;
}