craftstudio-wiki

Engine Overview


Game loop

The game loop is the repeating chain of events that runs your game.

A few things to consider:


Asset loading

Currently, all of your game package’s assets will be loaded in memory when the game starts. It would probably make sense to support lazily loading some / most assets.