From 10c7568398c9f8374c66bf1823a63a5278096391 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 21 Dec 2016 10:46:14 -0800 Subject: [PATCH] Rename launch.js to launchEntity.js --- .../Toybox/towerDefense/{launch.js => launchEntity.js} | 0 .../DomainContent/Toybox/towerDefense/towerDefense.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename unpublishedScripts/DomainContent/Toybox/towerDefense/{launch.js => launchEntity.js} (100%) diff --git a/unpublishedScripts/DomainContent/Toybox/towerDefense/launch.js b/unpublishedScripts/DomainContent/Toybox/towerDefense/launchEntity.js similarity index 100% rename from unpublishedScripts/DomainContent/Toybox/towerDefense/launch.js rename to unpublishedScripts/DomainContent/Toybox/towerDefense/launchEntity.js diff --git a/unpublishedScripts/DomainContent/Toybox/towerDefense/towerDefense.js b/unpublishedScripts/DomainContent/Toybox/towerDefense/towerDefense.js index 2a55212b59..c2cfbbc62d 100644 --- a/unpublishedScripts/DomainContent/Toybox/towerDefense/towerDefense.js +++ b/unpublishedScripts/DomainContent/Toybox/towerDefense/towerDefense.js @@ -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