doll transformer

This commit is contained in:
James B. Pollack 2016-03-30 10:06:06 -07:00
parent 4a3650b309
commit b15e182e80

View file

@ -123,13 +123,6 @@
putTransformerOnRotatorBlock: function(blockPosition) {
print('transformer should get set on rotator block')
blockPosition.y = blockPosition.y + 1;
// var newPosition = {
// x:blockPosition.x,
// y:blockPosition.y+1,
// z:blockPosition
// };
return blockPosition
},