Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. anim: null,
  2. created: function(){
  3. for(var k in SacrificesApi.connections){
  4. this.anim = new Animation.item(SacrificesApi.connections[k].x+0.5, SacrificesApi.connections[k].y+1, SacrificesApi.connections[k].z+0.5);
  5. }
  6. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement