diff --git a/AquaNet/src/components/ActionCard.svelte b/AquaNet/src/components/ActionCard.svelte new file mode 100644 index 00000000..e5de0ab7 --- /dev/null +++ b/AquaNet/src/components/ActionCard.svelte @@ -0,0 +1,101 @@ + + + + +
+ + +
+ {#each iconPos as [x, y, size, rot], i} + + {/each} +
+
+ + \ No newline at end of file