A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.

6 lines
79B

  1. #painter{
  2. background-color: $canvas-bg-color;
  3. width:100%;
  4. height:100%;
  5. }