diff --git a/app/ImportSprites.js b/app/ImportSprites.js new file mode 100644 index 0000000..dc55e26 --- /dev/null +++ b/app/ImportSprites.js @@ -0,0 +1,5 @@ +console.log('This is a testing of new feature! In this feature it should allow the player to import a pre-built sprite to the engine!') + +function exportButton() { + // Work here! +}