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

12 lines
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>