Skip to content

Commit d60b255

Browse files
committed
feat(SDK): migrate to PIXI v6
1 parent c144256 commit d60b255

File tree

6 files changed

+15
-42003
lines changed

6 files changed

+15
-42003
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Drawer {
4040

4141
static get requirements () {
4242
return {
43-
PIXI: 'PIXI5'
43+
PIXI: 'PIXI6'
4444
}
4545
}
4646

playground/misc/misc-3-release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
44

55
## Next Release
66

7+
### 🎁 Features
8+
9+
- PIXI updated from v5.3.8 to v6.0.2
10+
711
### 🐞 Bug fix
812

913
- Fixed missing texture errors no longer being caught

runner/src/main/resources/view/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const createCGPlayer = (opts) => {
99
localStorageKey: 'ngStorage-gameParams',
1010
src: './player.html',
1111
libraries: {
12-
PIXI5: './lib/pixi5.js'
12+
PIXI6: './lib/pixi6.js'
1313
}
1414
})
1515
}

runner/src/main/resources/view/lib/pixi4.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)