kopia lustrzana https://github.com/backface/turtlestitch
enable relabelling blocks across categories
rodzic
9bbe9b2e0a
commit
dcd7fb9254
|
@ -2268,6 +2268,7 @@ BlockMorph.prototype.relabel = function (alternativeSelectors) {
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
block,
|
block,
|
||||||
function () {
|
function () {
|
||||||
|
myself.setCategory(SpriteMorph.prototype.blocks[sel].category);
|
||||||
myself.setSelector(sel);
|
myself.setSelector(sel);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -2163,3 +2163,4 @@ ______
|
||||||
* Objects: add hide and show blocks to the stage’s “looks” category
|
* Objects: add hide and show blocks to the stage’s “looks” category
|
||||||
* Objects: added more relabelling options to SAY and THINK variants
|
* Objects: added more relabelling options to SAY and THINK variants
|
||||||
* Blocks, objects: enable relabelling blocks with C-Slots
|
* Blocks, objects: enable relabelling blocks with C-Slots
|
||||||
|
* Blocks: enable relabelling blocks across categories
|
||||||
|
|
Ładowanie…
Reference in New Issue