Updated to PixiJS v5.
This commit is contained in:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user