A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
466B

  1. <div class="modal new-project-modal">
  2. <div class="modal-content">
  3. Clicking <b>"Yes"</b> will destroy all work in the current project.<br>
  4. If this is <i>not</i> what you, click <b>"No"</b><br><br>
  5. Start a new project?
  6. <form class="pure-form new-project-form">
  7. <button type="submit" class="pure-button" emit="new-project">Yes</button>
  8. <button type="submit" class="pure-button" emit="modal-close">No</button>
  9. </form>
  10. </div>
  11. </div>