Mention zoom key in movement training
authorWuzzy <Wuzzy2@mail.ru>
Sat, 12 Jan 2019 23:38:34 +0100
changeset 14561 c8436da5c58b
parent 14560 45c6c12c12e2
child 14562 af22a14c6a23
Mention zoom key in movement training
share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua	Sat Jan 12 23:26:33 2019 +0100
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua	Sat Jan 12 23:38:34 2019 +0100
@@ -397,9 +397,12 @@
 		loc("Now try to get out of this bounce house|and take the next crate."), 2, 8000)
 	elseif gear == crates[9] then
 		if INTERFACE == "desktop" then
-			ctrl = loc("Look around: [Mouse movement]")
+			ctrl = loc("Look around: [Mouse movement]") .. "|" ..
+			loc("Zoom: [Rotate mouse wheel]")
 		elseif INTERFACE == "touch" then
-			ctrl = loc("Look around: [Tap or swipe on the screen]")
+			ctrl = loc("Look around: [Tap or swipe on the screen]") .. "|" ..
+			-- multi-touch gesture
+			loc("Zoom: [Pinch] with 2 fingers")
 		end
 		ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|"..
 		loc("Now go to the next crate.").."|"..