A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <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>
|