diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-26 19:20:55 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 6e07688b9ee9f21ce73f573dffc986aea2a007b2 (patch) | |
tree | d624b53fd34d2274c4b5270b4e8f45dc1ab1b990 /images | |
parent | 4f50d6a4f53d69b627948815b6f042e409f689e7 (diff) | |
download | nevsky-6e07688b9ee9f21ce73f573dffc986aea2a007b2.tar.gz |
Arrow in array position.
Diffstat (limited to 'images')
-rw-r--r-- | images/battle_array_action.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/battle_array_action.svg b/images/battle_array_action.svg index d250628..3e6ef10 100644 --- a/images/battle_array_action.svg +++ b/images/battle_array_action.svg @@ -1,3 +1,4 @@ <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> <circle cx="200" cy="200" r="160" fill="#fff" fill-opacity="0.2" stroke="#fff" stroke-opacity="0.8" stroke-width="4"/> +<path fill="#000" fill-opacity="0.2" d="M 200,70 l 120,120 h -60 v 120 h -120 v -120 h -60 z"/> </svg> |