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.

12 satır
466B

  1. <div class="modal new-project-modal">
  2. <div class="modal-content">
  3. Clicking <b>"Yes"</b> will destroy all work in the current project.<br>
  4. If this is <i>not</i> what you, click <b>"No"</b><br><br>
  5. Start a new project?
  6. <form class="pure-form new-project-form">
  7. <button type="submit" class="pure-button" emit="new-project">Yes</button>
  8. <button type="submit" class="pure-button" emit="modal-close">No</button>
  9. </form>
  10. </div>
  11. </div>