diff options
-rw-r--r-- | play.html | 5 | ||||
-rw-r--r-- | ui.js | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -114,6 +114,11 @@ div.turn.year_1314 { left: 1511px; top: 1677px; } /* BLOCKS */ +body.shift .block.known:hover { + transform: scale(2) !important; + transition: 100ms; +} + .oldblocks div.block { border-radius: 8px; } .newblocks div.block { border-radius: 4px; } @@ -757,5 +757,6 @@ function on_update(state, player) { drag_element_with_mouse(".battle", ".battle_header"); drag_element_with_mouse(".herald", ".herald_header"); scroll_with_middle_mouse(".grid_center", 2); - +init_map_zoom(); +init_shift_zoom(); init_client([ "England", "Scotland" ]); |