diff --git a/.gitignore b/.gitignore index 6fd0a37..c4d2b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ luac.out *.x86_64 *.hex +# Misc +*.zip \ No newline at end of file diff --git a/App/Roblox Figma Importer Assistant/code.js b/App/Roblox Figma Importer Assistant/code.js index 9e20570..2752c72 100644 --- a/App/Roblox Figma Importer Assistant/code.js +++ b/App/Roblox Figma Importer Assistant/code.js @@ -6,22 +6,11 @@ */ "use strict"; -// This plugin will open a window to prompt the user to enter a number, and -// it will then create that many rectangles on the screen. -// This file holds the main code for the plugins. It has access to the *document*. -// You can access browser APIs in the