このサイトは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文字以内のものにしてください。
10
コミット
4
ブランチ
ツリー:
f2ee7d464e
dev
dev-bank
dev-tmpl
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'f2ee7d464e' から
${ noResults }
nespaint
/
app
/
css
/
nespaint.css
nespaint.css
99B
Raw
通常表示
履歴
Initial commit of the NES Paint application.
6年前
Some tweaks before diving in
6年前
Initial commit of the NES Paint application.
6年前
1
2
3
4
5
6
7
8
9
body{
background-color:#666;
}
#painter{
background-color:#444;
width: 75%;
height: 75%
}