A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.scss 191B

12345678910111213
  1. // Variables and Mixins
  2. @import 'variables';
  3. // Site components
  4. @import 'core';
  5. @import 'header';
  6. @import 'canvas';
  7. @import 'nespalette';
  8. @import 'modal';
  9. @import 'tabs';
  10. @import 'lists';