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个字符

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>