mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Fixing Paint splash and splashshade requests
This commit is contained in:
parent
527d8d7129
commit
5ba2f40efc
1 changed files with 2 additions and 2 deletions
|
@ -144,9 +144,9 @@ export default class Paint {
|
|||
paintFrame.style.width = w + 'px';
|
||||
paintFrame.style.height = h + 'px';
|
||||
BlockSpecs.loadCount++;
|
||||
IO.requestFromServer('assets/splash.svg', Paint.setSplash);
|
||||
IO.requestFromServer('assets/paint/splash.svg', Paint.setSplash);
|
||||
BlockSpecs.loadCount++;
|
||||
IO.requestFromServer('assets/splashshade.svg', Paint.setSplashShade);
|
||||
IO.requestFromServer('assets/paint/splashshade.svg', Paint.setSplashShade);
|
||||
}
|
||||
|
||||
static setSplash (str) {
|
||||
|
|
Loading…
Reference in a new issue