Updated to PixiJS v5.

This commit is contained in:
2019-09-10 16:34:59 +02:00
parent a775126f9c
commit ebe0b1253f
29 changed files with 46482 additions and 67844 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ let button6 = new Button({
}
})
let img = PIXI.Sprite.fromImage('./assets/modal-1.jpg')
let img = PIXI.Sprite.from('./assets/modal-1.jpg')
img.scale.set(.2, .2)
let button7 = new Button({