このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
ObsidianBlk
/
nespaint
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
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文字以内のものにしてください。
125
コミット
4
ブランチ
ツリー:
e5916272ae
dev
dev-bank
dev-tmpl
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'e5916272ae' から
${ noResults }
nespaint
/
views
/
workspace.html
workspace.html
135B
Raw
通常表示
履歴
Renamed surface.html to workspace.html. Broke out the canvas, system palette, and drawing palettes from the workspace.
5年前
1
2
3
4
<div class="pure-u-2-3">
<%- include('canvas.html'); %>
<%- include('palettectrl.html'); %>
</div>