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 export-chr">
- <div class="modal-content">
- <form class="pure-form export-chr-form">
- <label for="expchr-op1" class="pure-radio">
- <input id="expchr-op1" type="radio" name="exportchr-size" value="full" checked>
- Full Bank
- </label>
- <label for="expchr-op2" class="pure-radio">
- <input id="expchr-op2" type="radio" name="exportchr-size" value="current">
- Current View
- </label>
- <button type="submit" class="pure-button export-chr-btn" emit="export-chr">Export CHR</button>
- </form>
- </div>
- </div>
|