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文字以内のものにしてください。

14 行
175B

  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';