snap7
Michael 2022-02-21 17:11:52 +01:00
rodzic bf38e8352b
commit 367dd16075
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1457,7 +1457,7 @@ SpriteMorph.prototype.initBlocks = function () {
only: SpriteMorph,
type: 'command',
category: 'motion',
spec: 'arc $turnRight radius: %n degress: %n ',
spec: 'arc $turnRight radius: %n degrees: %n ',
defaults: [50, 30]
};
this.blocks.arcLeft =
@ -1465,7 +1465,7 @@ SpriteMorph.prototype.initBlocks = function () {
only: SpriteMorph,
type: 'command',
category: 'motion',
spec: 'arc $turnLeft radius: %n degress: %n ',
spec: 'arc $turnLeft radius: %n degrees: %n ',
defaults: [50, 30]
};
this.blocks.pointTowards =