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