share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 14964 bcecb3349948
parent 14951 c173fae0a223
child 15068 6f51c75994a4
equal deleted inserted replaced
14963:2d5f1dc637da 14964:bcecb3349948
   406 			ctrl = loc("Look around: [Tap or swipe on the screen]") .. "|" ..
   406 			ctrl = loc("Look around: [Tap or swipe on the screen]") .. "|" ..
   407 			-- multi-touch gesture
   407 			-- multi-touch gesture
   408 			loc("Zoom: [Pinch] with 2 fingers")
   408 			loc("Zoom: [Pinch] with 2 fingers")
   409 		end
   409 		end
   410 		ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|"..
   410 		ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|"..
       
   411 		loc("The health of your current hedgehog|is shown at the top right corner.").."|"..
   411 		loc("Now go to the next crate.").."|"..
   412 		loc("Now go to the next crate.").."|"..
   412 		ctrl, 2, 10000)
   413 		ctrl, 2, 11500)
   413 	elseif gear == crates[10] then
   414 	elseif gear == crates[10] then
   414 		-- FIXME: This crate is unused in touch atm
   415 		-- FIXME: This crate is unused in touch atm
   415 		ShowMission(loc("Basic Movement Training"), loc("Turning Around"),
   416 		ShowMission(loc("Basic Movement Training"), loc("Turning Around"),
   416 		loc("By the way, you can turn around without walking|by holding down Precise when you hit a walk control.").."|"..
   417 		loc("By the way, you can turn around without walking|by holding down Precise when you hit a walk control.").."|"..
   417 		loc("Get the final crate to the right to complete the training.").."|"..
   418 		loc("Get the final crate to the right to complete the training.").."|"..