mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
fix: went full-on classic 8-bit mario coin here
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
$icon-coin-colors: (#060606,#ffd700, #daa520);
|
||||
$icon-coin-colors: (#060606, #ffffff, #ffc107);
|
||||
// prettier-ignore
|
||||
$icon-coin: (
|
||||
(0,0,0,0,0,1,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,1,1,2,2,2,2,1,1,0,0,0),
|
||||
(0,0,1,2,2,1,1,1,1,2,2,1,0,0),
|
||||
(0,1,2,1,1,3,3,3,3,1,2,1,1,0),
|
||||
(0,1,2,1,3,3,3,3,3,3,1,2,1,0),
|
||||
(1,2,1,3,3,3,3,3,3,3,3,1,2,1),
|
||||
(1,2,1,3,3,3,3,3,3,3,3,1,2,1),
|
||||
(1,2,1,3,3,3,3,3,3,3,3,1,2,1),
|
||||
(1,2,1,3,3,3,3,3,3,3,3,1,2,1),
|
||||
(0,1,2,1,3,3,3,3,3,3,1,2,1,0),
|
||||
(0,1,2,1,1,3,3,3,3,1,2,2,1,0),
|
||||
(0,0,1,2,2,1,1,1,1,2,2,1,0,0),
|
||||
(0,0,0,1,1,2,2,2,2,1,1,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,1,1,1,2,2,2,1,1,1,1,0,0,0),
|
||||
(0,0,1,1,2,2,3,3,3,3,3,1,1,0,0,0),
|
||||
(0,0,1,2,3,3,2,2,2,1,3,3,1,1,0,0),
|
||||
(0,1,1,2,3,3,2,3,3,1,3,3,1,1,0,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,2,3,3,3,2,3,3,1,3,3,3,1,1,0),
|
||||
(0,1,1,2,3,3,2,3,3,1,3,3,1,1,0,0),
|
||||
(0,0,1,2,3,3,2,1,1,1,3,3,1,1,0,0),
|
||||
(0,0,1,1,2,3,3,3,3,3,3,1,1,0,0,0),
|
||||
(0,0,0,1,1,1,3,3,3,1,1,1,1,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0),
|
||||
);
|
||||
|
Reference in New Issue
Block a user