Type Script Overhaul, Load Times Reduced


Under the hood the game has been completely overhauled to now be written in typescript and is built on top of the Kings-Tithe starter. In addition to that a lot of work went into reducing load times on mobile using both a lazy-loading system and by having converted all our .wav audio files to .mp3 files. The new loading system only loads assets as they are need by scene and chapter and has an internal checklist to make sure it never loads any assets twice. The audio conversion helps so much because .wav is an uncompressed format and .mp3 is compressed format more recommended for both mobile and web.

Files

SpaceRPG.zip Play in browser
Jul 05, 2021

Leave a comment

Log in with itch.io to leave a comment.