CanvasDraw: Move vectors to assets
This commit is contained in:
@@ -79,6 +79,10 @@ class Loader{
|
||||
assets.songs = assets.songsDefault
|
||||
}))
|
||||
|
||||
this.addPromise(this.ajax(gameConfig.assets_baseurl + "img/vectors.json").then(response => {
|
||||
vectors = JSON.parse(response)
|
||||
}))
|
||||
|
||||
this.afterJSCount =
|
||||
[assets.audioOgg, "blurPerformance", "P2Connection"].length +
|
||||
assets.fonts.length +
|
||||
|
||||
Reference in New Issue
Block a user