We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661f9fd commit 9155149Copy full SHA for 9155149
1 file changed
src/loader/filetypes/ImageFile.js
@@ -45,6 +45,19 @@ var ImageFile = new Class({
45
// headerValue: 'text/xml'
46
// }
47
// });
48
+ // this.load.image([
49
+ // {
50
+ // key: 'bunny',
51
+ // file: 'assets/sprites/bunny.png',
52
+ // xhr: {
53
+ // user: 'root',
54
+ // password: 'th3G1bs0n',
55
+ // timeout: 30,
56
+ // header: 'Content-Type',
57
+ // headerValue: 'text/xml'
58
+ // }
59
60
+ // ]);
61
// this.load.image({ key: 'bunny' });
62
// this.load.image({ key: 'bunny', extension: 'jpg' });
63
0 commit comments