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

7 行
253B

  1. <div class="list-item-container bank-list-item-template hidden">
  2. <div class="list-h-padding list-v-padding" style="display:flex">
  3. <canvas class="bank-img" width="152" height="74"></canvas>
  4. <span class="title">Title here</span>
  5. </div>
  6. </div>