Added jsdoc for Scrollview.

This commit is contained in:
2019-05-14 14:03:32 +02:00
parent 275a5d0b04
commit be00453f2c
69 changed files with 35535 additions and 242 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ app.loader
const sprite2 = new PIXI.Sprite(resources.elephant2.texture)
const sprite3 = new PIXI.Sprite(resources.elephant3.texture)
const scrollview1 = new Scrollview({boxWidth: 300, boxHeight: 180})
const scrollview1 = new Scrollview({boxWidth: 400, boxHeight: 180})
scrollview1.content.addChild(sprite1)
app.scene.addChild(scrollview1)