From ff58e60a9533bf002fa47d8c2b23fcd564def415 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 4 Jan 2022 17:39:21 -0500 Subject: [PATCH] Move js into subfolder for namespacing --- eons-plugin | 2 +- resources/{ => ttsdeck}/TTSDeck.js | 0 resources/{ => ttsdeck}/TTSJson.js | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename resources/{ => ttsdeck}/TTSDeck.js (100%) rename resources/{ => ttsdeck}/TTSJson.js (100%) diff --git a/eons-plugin b/eons-plugin index 3a8c7a5..5423585 100644 --- a/eons-plugin +++ b/eons-plugin @@ -10,4 +10,4 @@ catalog-homepage = https://github.com/ad1217/SE3-TTSDeck catalog-description = This plugin for allows you to generate images and \ corresponding "Saved Object" JSONs for decks which can be used in Tabletop Simulator. -res://TTSDeck.js +res://ttsdeck/TTSDeck.js diff --git a/resources/TTSDeck.js b/resources/ttsdeck/TTSDeck.js similarity index 100% rename from resources/TTSDeck.js rename to resources/ttsdeck/TTSDeck.js diff --git a/resources/TTSJson.js b/resources/ttsdeck/TTSJson.js similarity index 100% rename from resources/TTSJson.js rename to resources/ttsdeck/TTSJson.js