A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
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>