S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
ObsidianBlk
/
nespaint
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
166
Revize
4
Větve
Strom:
32897e5750
dev
dev-bank
dev-tmpl
master
Větve
Značky
${ item.name }
Vytvořit větev
${ searchTerm }
z „32897e5750“
${ noResults }
nespaint
/
start.sh
start.sh
67B
Surový
Normální zobrazení
Historie
Server now uses environment variables to get port and SSL values. HTTPS is now an option. Small starter bash script included.
před 5 roky
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.
před 5 roky
Server now uses environment variables to get port and SSL values. HTTPS is now an option. Small starter bash script included.
před 5 roky
1
2
3
4
5
6
#!/bin/bash
export FORCECSSREGEN=true
export NESPORT=8000
node .