mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
robot position
This commit is contained in:
parent
d1001cfe4a
commit
0767f4eef0
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@
|
|||
}),
|
||||
}
|
||||
|
||||
if(bigVersionProps.modelURL.indexOf('simple_robot') > -1){
|
||||
bigVersionProps.position.y+=0.5;
|
||||
}
|
||||
|
||||
var bigVersion = Entities.addEntity(bigVersionProps);
|
||||
print('transformer created big version: ' + bigVersion);
|
||||
|
||||
|
|
Loading…
Reference in a new issue