Currently, these assets are preloaded when the game is started (`app.vue`) - characters - spaceships - stars - planets that makes the startup too long. So we should preload characters on the character page (_page/setup/career.vue_) etc.
Currently, these assets are preloaded when the game is started (
app.vue)that makes the startup too long. So we should preload characters on the character page (page/setup/career.vue) etc.