top of page
Search
Writer's pictureBojana Milenkovic

Let's talk

Hey all,

It's been a while, huh?

We're 1/3rd of the way in preparing our campaign!

A 3d animated trailer is in the works, our kickstarter campaign is getting better flesh out by the minute.

We don't want to spoil anything for you guys, but here's some work in-progress concept art to show you some of the stuff we've been doing!


Keep an eye out for that cinematic in the next month - and follow us on Aetherian Studios for more updates!

36 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); }