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

17 行
494B

  1. <div class="painter-bank-controls hidden">
  2. <label for="mode-select">
  3. Bank Size:
  4. <select id="mode-select" class="painter-bank-mode">
  5. <option value="8K">8K</option>
  6. <option value="4K">4K</option>
  7. <option value="2K">2K</option>
  8. <option value="1K">1K</option>
  9. </select>
  10. </label>
  11. <label for="offset-select" class="hidden">
  12. Offset:
  13. <input id="offset-select" class="input-u-1-6" type="number" min="0" max="7" step="1" value="0" />
  14. </label>
  15. </div>