A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 line
605B

  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. <option value="2T">Tile (8x16)</option>
  10. <option value="1T">Tile (8x8)</option>
  11. </select>
  12. </label>
  13. <label for="offset-select" class="painter-bank-offset hidden">
  14. Offset:
  15. <input id="offset-select" class="input-u-1-6" type="number" min="0" max="7" step="1" value="0" />
  16. </label>
  17. </div>