kopia lustrzana https://github.com/backface/turtlestitch
Fixed #34
rodzic
e48eda6cc0
commit
2cee474cb6
|
@ -2348,3 +2348,4 @@ ______
|
||||||
* Objects: Fixed #416
|
* Objects: Fixed #416
|
||||||
* Objects: Fixed #372
|
* Objects: Fixed #372
|
||||||
* Threads: Fixed #644
|
* Threads: Fixed #644
|
||||||
|
* Store: Fixed #34
|
||||||
|
|
4
store.js
4
store.js
|
@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.store = '2014-November-14';
|
modules.store = '2014-November-24';
|
||||||
|
|
||||||
|
|
||||||
// XML_Serializer ///////////////////////////////////////////////////////
|
// XML_Serializer ///////////////////////////////////////////////////////
|
||||||
|
@ -261,7 +261,9 @@ SnapSerializer.prototype.watcherLabels = {
|
||||||
yPosition: 'y position',
|
yPosition: 'y position',
|
||||||
direction: 'direction',
|
direction: 'direction',
|
||||||
getScale: 'size',
|
getScale: 'size',
|
||||||
|
getTempo: 'tempo',
|
||||||
getLastAnswer: 'answer',
|
getLastAnswer: 'answer',
|
||||||
|
getLastMessage: 'message',
|
||||||
getTimer: 'timer',
|
getTimer: 'timer',
|
||||||
getCostumeIdx: 'costume #',
|
getCostumeIdx: 'costume #',
|
||||||
reportMouseX: 'mouse x',
|
reportMouseX: 'mouse x',
|
||||||
|
|
Ładowanie…
Reference in New Issue