A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <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>
|