pull/68/head
Michael Aschauer 2018-10-28 21:00:37 +01:00
rodzic 197b766bbc
commit 50454456db
2 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -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');

Wyświetl plik

@ -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'));