このサイトは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文字以内のものにしてください。
166
コミット
4
ブランチ
ブランチ:
dev-bank
dev
dev-bank
dev-tmpl
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'dev-bank' から
${ noResults }
nespaint
/
sass
/
canvas.scss
canvas.scss
79B
Raw
パーマリンク
通常表示
履歴
Broke out the nespaint.scss into a number of sub-styles and renamed nespaint.scss to style.scss . Updated Server for these changes.
5年前
1
2
3
4
5
#painter{
background-color: $canvas-bg-color;
width:100%;
height:100%;
}