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