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