diff --git a/resources/assets/snippets/spamton-boogie.gif b/resources/assets/snippets/spamton-boogie.gif new file mode 100644 index 00000000..006adf58 Binary files /dev/null and b/resources/assets/snippets/spamton-boogie.gif differ diff --git a/resources/snippets.json b/resources/snippets.json index b6a176f5..6eca01bc 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -520,5 +520,11 @@ "description": "Adds a Minecraft Bee to the Progress Bar which follows throughout the duration of the track.", "code": ".player-controls .playback-progressbar .progress-bar::before { content: ''; width: 55px; height: 55px; bottom: calc(40%); left: var(--progress-bar-transform); position: absolute; transition: left var(--progress-bar-duration); transform: translate(-15px, 0px); image-rendering: auto; background-size: 55px 55px; background-image: url('https://i.imgur.com/1oyD6fu.gif'); }", "preview": "resources/assets/snippets/minecraft-bee-snippet.gif" + }, + { + "title": "Spamton Boogie", + "description": "Adds a tiny dancing Spamton to your progress bar. Sprite from the Deltarune newsletter.", + "code": ".player-controls .playback-progressbar::before { content: ''; width: 45px; height: 45px; bottom: calc(100% - 7px); right: 10px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://files.catbox.moe/1igiq2.gif'); }", + "preview": "resources/assets/snippets/spamton-boogie.gif" } ]