kopia lustrzana https://github.com/backface/turtlestitch
changed Block Editor label to "Method" for methods
rodzic
08b5947c43
commit
07d97222eb
4
byob.js
4
byob.js
|
@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.byob = '2017-July-15';
|
||||
modules.byob = '2017-July-25';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
@ -1893,7 +1893,7 @@ BlockEditorMorph.prototype.init = function (definition, target) {
|
|||
|
||||
// override inherited properites:
|
||||
this.key = 'editBlock' + definition.spec;
|
||||
this.labelString = 'Block Editor';
|
||||
this.labelString = this.definition.isGlobal ? 'Block Editor' : 'Method';
|
||||
this.createLabel();
|
||||
|
||||
// create scripting area
|
||||
|
|
|
@ -3542,6 +3542,7 @@ Fixes:
|
|||
170725
|
||||
------
|
||||
* Objects: fixed rotation-bug when flipping costumes in "only turn left/right" mode"
|
||||
* BYOB: changed Block Editor label to "Method" for methods
|
||||
|
||||
|
||||
Features:
|
||||
|
@ -3569,4 +3570,5 @@ Fixes:
|
|||
* only mark implicit parameters if no formal ones exist
|
||||
* optimized thread-launch and script highlighting to a single frame instead of formerly two
|
||||
* changed direction attribute of sprites to automatically confine to 0-360 degrees
|
||||
* fixed rotation-bug when flipping costumes in "only turn left/right" mode"
|
||||
* fixed some typos
|
||||
|
|
Ładowanie…
Reference in New Issue