Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
ObsidianBlk
/
nespaint
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
262
Commity
4
Gałęzie
Gałąź:
dev
dev
dev-bank
dev-tmpl
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'dev'
${ noResults }
nespaint
/
.gitignore
.gitignore
62B
Czysty
Bezpośredni odnośnik
Zwykły widok
Historia
Created a very basic server using node. Included express and ejs as dependencies.
5 lat temu
Switching from a pure css file to a dynamically generated sass -> css. Server will watch for sass file changes and update as needed. Path app/css/nespaint.css is now ignored as it's generated at start if missing.
5 lat temu
Added AJV as a project module.
5 lat temu
Somehow missed the .gitignore file. Yay :-/
6 lat temu
Modified .gitignore so as NOT to include the /doc folder.
6 lat temu
1
2
3
4
5
node_modules/*
app/css/nespaint.css
npm-debug.log
*.swp
doc/*