A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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