top of page
Search
Writer's pictureBojana Milenkovic

Let's talk 3d models!

One of the biggest things that we heavily debated in our upcoming project was how we planned to really immerse you into the look and feel in the realm of [REDACTED]. That's why we spent so much time coming up with character mock ups and ideas.


In [REDACTED] you get to create your character the way YOU want. There's no gender locking, plenty of hair options, and most importantly- If you want to be THICCC you can be just that.


We supply the world. You build the fantasy.


74 views0 comments

Recent Posts

See All

Comments


bottom of page
var animateButton = function(e) { e.preventDefault; //reset animation e.target.classList.remove('animate'); e.target.classList.add('animate'); setTimeout(function(){ e.target.classList.remove('animate'); },700); }; var bubblyButtons = document.getElementsByClassName("bubbly-button"); for (var i = 0; i < bubblyButtons.length; i++) { bubblyButtons[i].addEventListener('click', animateButton, false); }