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 export-nametable">
- <div class="modal-content">
- <form class="pure-form export-nametable-form">
- <label for="expnt-op1" class="pure-radio">
- <input id="expnt-op1" type="radio" name="exportnt-op" value="both" checked>
- Name and Attribute Tables
- </label>
- <label for="expnt-op2" class="pure-radio">
- <input id="expnt-op2" type="radio" name="exportnt-op" value="nametable">
- Nametable Only
- </label>
- <label for="expnt-op3" class="pure-radio">
- <input id="expnt-op3" type="radio" name="exportnt-op" value="attribtable">
- Attribute Table Only
- </label>
- <button type="submit" class="pure-button export-nametable-btn" emit="export-nametable">Export Table(s)</button>
- </form>
- </div>
- </div>
|