kopia lustrzana https://github.com/backface/turtlestitch
move in palette, add german translation
rodzic
b7ca2a4cc0
commit
1069825c90
|
@ -65,7 +65,9 @@ tempDict = {
|
||||||
'gehe zu x: %n y: %n in %n er Schritten',
|
'gehe zu x: %n y: %n in %n er Schritten',
|
||||||
'go to x: %n y: %n in %n':
|
'go to x: %n y: %n in %n':
|
||||||
'gehe zu x: %n y: %n in %n Stichen',
|
'gehe zu x: %n y: %n in %n Stichen',
|
||||||
|
'point towards x: %n y: %n':
|
||||||
|
'zeige nach x: %n y: %n',
|
||||||
|
|
||||||
' are too long! (will get clamped)':
|
' are too long! (will get clamped)':
|
||||||
'sind zu lang! (werden geklammert)',
|
'sind zu lang! (werden geklammert)',
|
||||||
' is too long! (will get clamped)':
|
' is too long! (will get clamped)':
|
||||||
|
|
|
@ -1163,6 +1163,7 @@ SpriteMorph.prototype.blockTemplates = function (category) {
|
||||||
blocks.push('-');
|
blocks.push('-');
|
||||||
blocks.push(block('setHeading'));
|
blocks.push(block('setHeading'));
|
||||||
blocks.push(block('doFaceTowards'));
|
blocks.push(block('doFaceTowards'));
|
||||||
|
blocks.push(block('pointTowards'));
|
||||||
blocks.push('-');
|
blocks.push('-');
|
||||||
blocks.push(block('gotoXY'));
|
blocks.push(block('gotoXY'));
|
||||||
blocks.push(block('gotoXYIn'));
|
blocks.push(block('gotoXYIn'));
|
||||||
|
@ -1174,7 +1175,6 @@ SpriteMorph.prototype.blockTemplates = function (category) {
|
||||||
blocks.push(block('setXPosition'));
|
blocks.push(block('setXPosition'));
|
||||||
blocks.push(block('changeYPosition'));
|
blocks.push(block('changeYPosition'));
|
||||||
blocks.push(block('setYPosition'));
|
blocks.push(block('setYPosition'));
|
||||||
blocks.push(block('pointTowards'));
|
|
||||||
blocks.push('-');
|
blocks.push('-');
|
||||||
blocks.push(block('bounceOffEdge'));
|
blocks.push(block('bounceOffEdge'));
|
||||||
blocks.push('-');
|
blocks.push('-');
|
||||||
|
|
Ładowanie…
Reference in New Issue