kopia lustrzana https://github.com/backface/turtlestitch
OOP tweaks
rodzic
b44caed4b6
commit
7669cfda86
|
@ -1370,7 +1370,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
|
||||||
'shadowedVariablesMenu',
|
'shadowedVariablesMenu',
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
part.isStatic = true;
|
// part.isStatic = true;
|
||||||
break;
|
break;
|
||||||
case '%lst':
|
case '%lst':
|
||||||
part = new InputSlotMorph(
|
part = new InputSlotMorph(
|
||||||
|
|
|
@ -1604,6 +1604,7 @@ Process.prototype.doDeleteAttr = function (attrName) {
|
||||||
xPosition: 'x position',
|
xPosition: 'x position',
|
||||||
yPosition: 'y position',
|
yPosition: 'y position',
|
||||||
direction: 'direction',
|
direction: 'direction',
|
||||||
|
getCostumeIdx: 'costume #',
|
||||||
size: 'size'
|
size: 'size'
|
||||||
}[name.expression.selector];
|
}[name.expression.selector];
|
||||||
if (!isNil(name)) {
|
if (!isNil(name)) {
|
||||||
|
|
Ładowanie…
Reference in New Issue