default melee profile, abilties, prepare for "launch"

This commit is contained in:
NilsUeter
2023-04-13 21:56:32 +02:00
parent 10434057b3
commit aefd7244b6
9 changed files with 491 additions and 343 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

+10
View File
@@ -3,3 +3,13 @@ export const Arrow = (
<path d="m0 0h10l6 4-6 4h-10z" />
</svg>
);
export const wavyLine = (
<svg
height={40}
width={100}
viewBox="0 0 100 40"
style={{ fill: "var(--primary-color-transparent)" }}
>
<path d="m0 0h100c-32 0-68 40-100 40z" />
</svg>
);
+3
View File
@@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 80 40" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="m0 0h80c-16 0-64 40-80 40z"/>
</svg>

After

Width:  |  Height:  |  Size: 186 B