Posted July 08, 2024 by Kuga_Maru
Alright so a few things got done this week. Work on the items on location clickables. A new bust set for the doc. Also Willow is getting one of her scenes animated. I did want to get more work done on the dialogue, but the biggest thing is a new minigame which we aren't quite ready to show at the moment.
That being said it looks like the different compiling method is actually having some success. With game maker you can compile with VM (virtual machine) or yyc. The later turns everything into C++ which makes it easier for android devices to read. The former turns everything into gml (game maker language) which needs an interpreter and can be tough of weaker devices.
Anyway. Progress continues. Take care till next time.