kopia lustrzana https://github.com/backface/turtlestitch
added ASK-menu data representation for Sounds
rodzic
2bc395fe14
commit
ed6e079f0f
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
### 2022-04-01
|
### 2022-04-01
|
||||||
* objects: added ASK-menu data representation for Booleans
|
* objects: added ASK-menu data representation for Booleans
|
||||||
|
* objects: added ASK-menu data representation for Sounds
|
||||||
|
|
||||||
### 2022-03-31
|
### 2022-03-31
|
||||||
* threads, objects: new menu functionality for ASK command, when passing a list
|
* threads, objects: new menu functionality for ASK command, when passing a list
|
||||||
|
|
|
@ -12930,6 +12930,8 @@ StagePickerMorph.prototype.dataRepresentation = function (data) {
|
||||||
sym.edge *= this.scale;
|
sym.edge *= this.scale;
|
||||||
sym.fixLayout();
|
sym.fixLayout();
|
||||||
return sym.fullImage();
|
return sym.fullImage();
|
||||||
|
case 'sound':
|
||||||
|
return (new SymbolMorph('notes', 30 * this.scale)).fullImage();
|
||||||
default:
|
default:
|
||||||
return data.toString();
|
return data.toString();
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue