Commissions

Thank you for your interest!
However, I am not taking requests at this time.


Pepperjack
Bleu

A hazardous hedonist and menace to civilized society. Her abundance of wealth grants voidance of risk in her... antics.

Gravy

Her great stature and strength aid in the fool's errand of satisfying her insatiable urges.

Check later!

document.getElementById('gameRefresher').addEventListener('click', function() { const container = document.getElementById('gameContainer'); const existingIframe = document.getElementById('embeddedGame'); if (existingIframe) { existingIframe.remove(); document.getElementById('playButton').style = ''; } window.location.href = "https://gravy.dog/#games"; });

Check later!

document.getElementById('playButton').addEventListener('click', function() { var iframe = document.createElement('iframe'); function adjustGameBorder() { var iframe = document.getElementById('embeddedGame'); if (window.innerWidth < 1320){ iframe.setAttribute('style','border-top: 19px solid #F7F2D7;'); iframe.width = '760px'; iframe.height = '1320px'; } else { iframe.setAttribute('style','border-top: 19px solid #F7F2D7; border-right: 19px solid #F7F2D7; border-left: 19px solid #F7F2D7'); iframe.width = '1320px'; iframe.height = '760px'; } } iframe.src = 'https://itch.io/embed-upload/18413754?color=F7F2D7'; iframe.width = '1320px'; iframe.height = '760px'; iframe.style.border = 'none'; iframe.id = 'embeddedGame'; iframe.setAttribute('allowfullscreen',''); iframe.addEventListener('touchstart', function(event){ event.preventDefault(); event.stopImmediatePropagation(); }); const isMobile = window.matchMedia("(max-width: 1320px)"); iframe.addEventListener('load',adjustGameBorder); isMobile.addEventListener('change',adjustGameBorder); document.getElementById('gameContainer').appendChild(iframe); document.getElementById('playButton').style = 'display:none'; });