mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-12 14:03:57 -04:00
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:
parent
7042bdb45c
commit
8dadc42857
3 changed files with 26 additions and 0 deletions
test/integration
|
@ -34,6 +34,7 @@ test('complex', function (t) {
|
|||
x: 0,
|
||||
y: 10,
|
||||
direction: 90,
|
||||
draggable: true,
|
||||
rotationStyle: 'all around',
|
||||
visible: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue