mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Add tempo property to rendered target
This commit is contained in:
parent
1f3c6ac6ad
commit
237616490f
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ class RenderedTarget extends Target {
|
|||
* @type {!string}
|
||||
*/
|
||||
this.rotationStyle = RenderedTarget.ROTATION_STYLE_ALL_AROUND;
|
||||
|
||||
/**
|
||||
* Current tempo (used by the music extension)
|
||||
* @type {number}
|
||||
*/
|
||||
this.tempo = 60;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue