kopia lustrzana https://github.com/backface/turtlestitch
renamed “delete” primitive to “inherit”
rodzic
7669cfda86
commit
653864362b
|
@ -3533,6 +3533,7 @@ Fixes:
|
||||||
* Blocks: fixed #1800. Thanks, Ken, for the bug report!
|
* Blocks: fixed #1800. Thanks, Ken, for the bug report!
|
||||||
* Objects, Threads: “new clone of ...” primitive, made TELL, ASK primitives official
|
* Objects, Threads: “new clone of ...” primitive, made TELL, ASK primitives official
|
||||||
* Objects: only refresh certain propagated inherited attributes on being dropped
|
* Objects: only refresh certain propagated inherited attributes on being dropped
|
||||||
|
* Objects: renamed “delete” primitive to “inherit”
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1127,7 +1127,7 @@ SpriteMorph.prototype.initBlocks = function () {
|
||||||
doDeleteAttr: {
|
doDeleteAttr: {
|
||||||
type: 'command',
|
type: 'command',
|
||||||
category: 'variables',
|
category: 'variables',
|
||||||
spec: 'delete %shd'
|
spec: 'inherit %shd'
|
||||||
},
|
},
|
||||||
|
|
||||||
// Lists
|
// Lists
|
||||||
|
|
Ładowanie…
Reference in New Issue