A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 lines
253B

  1. // Variables and Mixins
  2. @import 'variables';
  3. // NES Specific colors
  4. @import 'nescolors';
  5. // Site components
  6. @import 'core';
  7. @import 'header';
  8. @import 'input';
  9. @import 'canvas';
  10. @import 'nespalette';
  11. @import 'modal';
  12. @import 'tabs';
  13. @import 'lists';