top of page
Search

Women, Miffins, and Goblins - Oh My!

  • Writer: Bojana Milenkovic
    Bojana Milenkovic
  • Mar 4, 2022
  • 1 min read

Happy Fri-yay! This week has all been about logistics and preparing our roleplay engine (Faet) to communicate in harmony with Unity. Lots of questions were asked and answered, and both Mind2Matter and our friends at Masterwork Studio have been busy whipping up assets and squaring away different concepts in order to make The Hidden Isles not only be as vibrant as we designed it, but also make some sort of logistical sense. (As much as you can in a fantasy setting, anyway!) Next week we're going to talk about some of the gameplay challenges we've overcome, and how we've constructed not only servers but online play and single player. For now, enjoy some of the fruits of our labor. :)






 
 
 

Comments


BE AN EXCLUSIVE AETHERIAN SUPPORTER AND RECEIVE  NEWS AND UPDATES TO YOUR EMAIL

Thanks for submitting!

  • Facebook
  • Instagram
  • YouTube

©2022 Aetherian Studios©

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