Fix asset URLs for server update
This commit is contained in:
parent
be025467c4
commit
a305eef460
1 changed files with 2 additions and 2 deletions
4
js/IO.js
4
js/IO.js
|
@ -24,9 +24,9 @@
|
|||
|
||||
var IO = function() {
|
||||
this.data = null;
|
||||
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
|
||||
this.project_base = 'http://cdn.projects.scratch.mit.edu/internalapi/project/';
|
||||
this.project_suffix = '/get/';
|
||||
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';
|
||||
this.asset_base = 'http://cdn.assets.scratch.mit.edu/internalapi/asset/';
|
||||
this.asset_suffix = '/get/';
|
||||
this.soundbank_base = 'soundbank/';
|
||||
this.spriteLayerCount = 0;
|
||||
|
|
Reference in a new issue