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

8 行
321B

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