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

tools.html 384B

123456789
  1. <div class="pure-u-1-8 simple-padding">
  2. <div class="pure-button-group" role="group" aria-label="...">
  3. <% toolbtns.forEach((btn) => { %>
  4. <button emit="modal-open" emit-args="<%= btn.emitargs %>" class="pure-button">
  5. <i class="fa <%= btn.faicon %>"></i>
  6. </button>
  7. <% }); %>
  8. </div>
  9. </div>