top of page
Search
Writer's pictureBojana Milenkovic

Rising from the Ashes

Huzzah! Workers are bustling, paper work has been properly inked, and domains have been claimed - Aetherian Studios is a fully fledged gaming studio after much blood, sweat, tears, and of course - savings. It took quite a bit of cash to get here ($60,000, in fact!) but we couldn't be more excited to get started in our company vision, and deliver the promise of creating in-depth, story driven games that you know and love. We're still in the early development of our secret kickstarter campaign, but soon - we'll begin funding for the world's very first Open World RPG Simulator. Stay tuned for more information, and to see what's in store. Anon!

- Bojana

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