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 символів.

16 lines
592B

  1. <div class="modal export-chr">
  2. <div class="modal-content">
  3. <form class="pure-form export-chr-form">
  4. <label for="expchr-op1" class="pure-radio">
  5. <input id="expchr-op1" type="radio" name="exportchr-size" value="full" checked>
  6. Full Bank
  7. </label>
  8. <label for="expchr-op2" class="pure-radio">
  9. <input id="expchr-op2" type="radio" name="exportchr-size" value="current">
  10. Current View
  11. </label>
  12. <button type="submit" class="pure-button export-chr-btn" emit="export-chr">Export CHR</button>
  13. </form>
  14. </div>
  15. </div>