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

20 行
815B

  1. <div class="modal export-nametable">
  2. <div class="modal-content">
  3. <form class="pure-form export-nametable-form">
  4. <label for="expnt-op1" class="pure-radio">
  5. <input id="expnt-op1" type="radio" name="exportnt-op" value="both" checked>
  6. Name and Attribute Tables
  7. </label>
  8. <label for="expnt-op2" class="pure-radio">
  9. <input id="expnt-op2" type="radio" name="exportnt-op" value="nametable">
  10. Nametable Only
  11. </label>
  12. <label for="expnt-op3" class="pure-radio">
  13. <input id="expnt-op3" type="radio" name="exportnt-op" value="attribtable">
  14. Attribute Table Only
  15. </label>
  16. <button type="submit" class="pure-button export-nametable-btn" emit="export-nametable">Export Table(s)</button>
  17. </form>
  18. </div>
  19. </div>