buttonMode added and documented
This commit is contained in:
parent
c1240a1da7
commit
164e35e5f0
26 changed files with 634 additions and 140 deletions
|
@ -61,6 +61,7 @@
|
|||
for (var i=0; i < 5; i++)
|
||||
{
|
||||
var button = new PIXI.Sprite(textureButton);
|
||||
button.buttonMode = true;
|
||||
|
||||
button.anchor.x = 0.5;
|
||||
button.anchor.y = 0.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue