mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-12-11 07:09:28 +00:00
Icons
This commit is contained in:
@@ -65,6 +65,7 @@ export class AppRoot extends Component {
|
||||
const gameAssetsNode = instantiate(this.gameAssetsPrefab);
|
||||
gameAssetsNode.setParent(this.node);
|
||||
this.gameAssets = gameAssetsNode.getComponent(GameAssets);
|
||||
this.gameAssets.init();
|
||||
|
||||
this.audio.init(this.LiveUserData.soundVolume, this.LiveUserData.musicVolume);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user