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

24 行
590B

  1. <%- include('head.html'); %>
  2. <%- include('modal.html'); %>
  3. <%- include('header.html'); %>
  4. <div class="content-wrapper">
  5. <div class="pure-g">
  6. <%- include('tools.html', {
  7. toolbtns:[
  8. {emitargs:'{"id":"Welcome"}', faicon:"fa-brush"},
  9. {emitargs:'{"id":"Welcome"}', faicon:"fa-eraser"},
  10. {emitargs:'{"id":"Welcome"}', faicon:"fa-eye-dropper"}
  11. ]
  12. }); %>
  13. <%- include('workspace.html'); %>
  14. </div>
  15. <%- include('footer.html', {version:version, author:author}); %>
  16. </div>
  17. <%- include('tail.html'); %>