mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:19:02 +02:00
Update junkyardResetEntityScript.js
This commit is contained in:
parent
e6379fcaa8
commit
d8dbb717d5
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@
|
||||||
Entities.deleteEntity(e[i]);
|
Entities.deleteEntity(e[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.importArf();
|
this.importAssetResourceFile();
|
||||||
},
|
},
|
||||||
|
|
||||||
importArf: function() {
|
importAssetResourceFile: function() {
|
||||||
Clipboard.importEntities(IMPORT_URL);
|
Clipboard.importEntities(IMPORT_URL);
|
||||||
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
|
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
|
||||||
},
|
},
|
||||||
|
@ -50,4 +50,4 @@
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
return new JunkyardResetter();
|
return new JunkyardResetter();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue