Increased zoom on find

This commit is contained in:
Cooldude2606
2019-06-01 00:36:19 +01:00
parent 7f66539e5d
commit ef683773fe
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Gui.on_click(zoom_to_map_name,function(event)
if event.button == defines.mouse_button_type.left then
-- lmb will zoom to map
local position = action_player.position
event.player.zoom_to_world(position,2)
event.player.zoom_to_world(position,1.75)
else
-- rmb will open settings
local player_name = event.player.name