default melee profile, abilties, prepare for "launch"
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user