diff --git a/coin1.png b/coin1.png new file mode 100644 index 0000000..48bc0b3 Binary files /dev/null and b/coin1.png differ diff --git a/coin2.png b/coin2.png new file mode 100644 index 0000000..18cc39f Binary files /dev/null and b/coin2.png differ diff --git a/coin3.png b/coin3.png new file mode 100644 index 0000000..5b54673 Binary files /dev/null and b/coin3.png differ diff --git a/coin4.png b/coin4.png new file mode 100644 index 0000000..ee18633 Binary files /dev/null and b/coin4.png differ diff --git a/coin5.png b/coin5.png new file mode 100644 index 0000000..e3c896e Binary files /dev/null and b/coin5.png differ diff --git a/dustcloud.gif b/dustcloud.gif new file mode 100644 index 0000000..717be6b Binary files /dev/null and b/dustcloud.gif differ diff --git a/endless_coin_box.html b/endless_coin_box.html index 3706102..54686e9 100644 --- a/endless_coin_box.html +++ b/endless_coin_box.html @@ -20,7 +20,6 @@ image-rendering: optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; - position: absolute; } .center-loot-box img { @@ -102,6 +101,27 @@ animation-iteration-count: infinite; animation-direction: alternate; } + + .coincount { + position: fixed; + + display: flex; + flex-direction: row; + align-items: center; + } + + .coincount img.coin { + width: 70px; + height: 46px; + } + + .coincount .coincount-text { + font-size: 20px; + margin: 0; + + font-family: 'MS Gothic', monospace; + color: white; + } @@ -110,10 +130,18 @@ - all sprites: - Whitecat | https://web.archive.org/web/20170726190716/http://whitecafe.sakura.ne.jp/info.html - Bakeneko | https://neko.moo.jp/BS/ - - explosion_big.gif, explosion_small.gif | Captain Commando https://www.spriters-resource.com/arcade/capcommand/ + - explosion_big.gif, explosion_small.gif, dustcloud.gif + Captain Commando https://www.spriters-resource.com/arcade/capcommand/ + - coin1,2,3,4,5.png, speedlines.png + Rhythm Heaven (DS) https://www.spriters-resource.com/ds_dsi/rhythmheaven/sheet/152506/ - sounds: --> +
+ +

0

+
+
@@ -121,11 +149,78 @@