Rename launch.js to launchEntity.js

This commit is contained in:
Ryan Huffman 2016-12-21 10:46:14 -08:00
parent 5c3be10c6c
commit 10c7568398
2 changed files with 1 additions and 1 deletions

View file

@ -236,7 +236,7 @@ Messages.messageReceived.connect(function(channel, messageJSON, senderID) {
position: Vec3.sum(BASE_POSITION, BASES[i].spawnerPosition),
dimensions: { x: TARGET_SIZE, y: TARGET_SIZE, z: TARGET_SIZE },
color: BASES[i].color,
script: Script.resolvePath("launch.js"),
script: Script.resolvePath("launchEntity.js"),
userData: JSON.stringify({
grabbableKey: {
wantsTrigger: true