azbang

Results 5 issues of azbang

I want to set custom padding for group of nodes. How i can do it now?

I want use `selectionChanged` without bind this event for every entity. I want do: ```js model.registerListeners({ selectionChanged: ... }); ``` It's actual for another events too, for example for `positionChanged`,...

feature request

Request `http://127.0.0.1:8080/random` Response `Internal Server Error` Error log: ```js xxx GET /random 500 354ms - TypeError: Cannot read property 'length' of undefined at Object.getRandom (C:\Users\azbang\collections-api\libs\getRandom.js:16:49) at getRandom.next () at Object.dispatch...

This code not working. TweenManager is undefined ```javascript const tween = require('pixi-tween'); new tween.TweenManager(); ```