mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
doll transformer
This commit is contained in:
parent
4a3650b309
commit
b15e182e80
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue