kopia lustrzana https://github.com/backface/turtlestitch
clear up
rodzic
197b766bbc
commit
50454456db
|
@ -11,11 +11,13 @@ IDE_Morph.prototype.originalInit = IDE_Morph.prototype.init;
|
|||
IDE_Morph.prototype.init = function(isAutoFill) {
|
||||
this.originalInit();
|
||||
this.padding = 1;
|
||||
this.droppedText(
|
||||
/*
|
||||
this.droppedText(
|
||||
this.getURL(this.resourceURL('stitchcode/embroidery-library.xml')),
|
||||
'Embroidery tools'
|
||||
);
|
||||
// this.isAnimating = false;
|
||||
);
|
||||
*/
|
||||
//this.isAnimating = false;
|
||||
this.paletteWidth = 250; // initially same as logo width
|
||||
//MorphicPreferences.globalFontFamily = 'Sans, Helvetica, Arial';
|
||||
this.cloud = new BeetleCloud('/api');
|
||||
|
|
|
@ -11,8 +11,8 @@ SpriteMorph.prototype.categories =
|
|||
'pen',
|
||||
'variables',
|
||||
'embroidery',
|
||||
'other',
|
||||
'colors',
|
||||
'other',
|
||||
];
|
||||
|
||||
SpriteMorph.prototype.blockColor = {
|
||||
|
@ -2010,7 +2010,7 @@ SpriteMorph.prototype.blockTemplates = function (category) {
|
|||
|
||||
} else if (cat === 'embroidery') {
|
||||
|
||||
blocks.push(block('clearStitchSettings'));
|
||||
blocks.push(block('clear'));
|
||||
blocks.push('-');
|
||||
blocks.push(block('runningStitch'));
|
||||
blocks.push(block('jumpStitch'));
|
||||
|
|
Ładowanie…
Reference in New Issue