diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-20 17:50:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-07-05 23:15:02 +0200 |
commit | b103076a33b492d9fe305d0a41544736eaef9ac3 (patch) | |
tree | 944a49aac61dd109101462a1c9f72ae2d487416b /public | |
parent | dfe69c0de9f57ffa166a28c9b14dbff0cbe4cebc (diff) | |
download | server-b103076a33b492d9fe305d0a41544736eaef9ac3.tar.gz |
crusader: Start siege.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/battle_abc.css | 5 | ||||
-rw-r--r-- | public/images/stone-tower.svg | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css index 484c8ab..253611d 100644 --- a/public/common/battle_abc.css +++ b/public/common/battle_abc.css @@ -65,6 +65,7 @@ .battle_menu .action:hover { background-color: red; } .battle_menu .action.retreat:hover { background-color: #eee; } +.battle_menu .action.withdraw:hover { background-color: #eee; } .battle_menu .action.pass:hover { background-color: gray; } .battle_menu_list { @@ -86,7 +87,5 @@ .battle_menu.charge .action.charge { display: inline; } .battle_menu.treachery .action.treachery { display: inline; } .battle_menu.harry .action.harry { display: inline; } -.battle_menu.hit .action.hit { display: inline; } .battle_menu.withdraw .action.withdraw { display: inline; } -.battle_menu.sally .action.sally { display: inline; } -.battle_menu.storm .action.storm { display: inline; } +.battle_menu.hit .action.hit { display: inline; } diff --git a/public/images/stone-tower.svg b/public/images/stone-tower.svg new file mode 100644 index 0000000..392a52b --- /dev/null +++ b/public/images/stone-tower.svg @@ -0,0 +1 @@ +<svg style="height: 512px; width: 512px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><g class="" style="" transform="translate(0,0)"><path d="M71 22.406v102.53h202.25v18.69h-73.22v36.968h-18.686v-36.97H79.156l43.375 53.782h180.44v18.688H180.905v36.97H162.22v-36.97h-39.407v163.562h58.53v-44.75H157.47V316.22h74.155V282.56H193.72v-18.687h97.218v18.688h-40.625v33.656h73.28v18.686h-32.437v44.75h26.313v18.688h-63.69l-2.686 74.03-18.688-.687 2.656-73.343H93.032V398h-.22l-28.687 92.844h79.844l9.81-70.688 18.5 2.563-9.468 68.124H453.25L424.562 398h-30.03V197.78l51.812-64.25V22.407h-64.406v52.438h-39.22V22.406h-65.124v52.438h-38.53V22.406h-65.126v52.438h-38.5V22.406H71zm129.03 312.5v44.75h72.44v-44.75h-72.44z" fill="#000" fill-opacity="1"></path></g></svg>
\ No newline at end of file |