From c7a7a9376cb661dd14887e2f9d3889674b37cac9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 May 2021 15:03:55 +0200 Subject: Add 'shift zoom' for blocks. --- ui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 3bea29b..9970ea2 100644 --- a/ui.js +++ b/ui.js @@ -775,5 +775,6 @@ document.querySelector(".battle").classList.add(label_style+'-labels'); drag_element_with_mouse(".battle", ".battle_header"); scroll_with_middle_mouse(".grid_center"); - +init_map_zoom(); +init_shift_zoom(); init_client([ "Caesar", "Pompeius" ]); -- cgit v1.2.3