Add draggable property to sprites

This property should be managed by the VM so that it can be displayed in the sprite info panel in the GUI.
This commit is contained in:
Ray Schamp 2017-03-01 18:49:17 -05:00
parent 7042bdb45c
commit 8dadc42857
3 changed files with 26 additions and 0 deletions
test/integration

View file

@ -34,6 +34,7 @@ test('complex', function (t) {
x: 0,
y: 10,
direction: 90,
draggable: true,
rotationStyle: 'all around',
visible: true
});