A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <div class="modal new-project-modal">
- <div class="modal-content">
- Clicking <b>"Yes"</b> will destroy all work in the current project.<br>
- If this is <i>not</i> what you, click <b>"No"</b><br><br>
- Start a new project?
- <form class="pure-form new-project-form">
- <button type="submit" class="pure-button" emit="new-project">Yes</button>
- <button type="submit" class="pure-button" emit="modal-close">No</button>
- </form>
- </div>
- </div>
|