share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua
changeset 14388 cf49fac6e88a
parent 14382 f9d4b8222903
child 14464 ead8928a59f8
equal deleted inserted replaced
14386:35af3d1ccdfc 14388:cf49fac6e88a
   135 	if gamePhase == 0 then
   135 	if gamePhase == 0 then
   136 		if INTERFACE == "desktop" then
   136 		if INTERFACE == "desktop" then
   137 			ctrl = loc("Open ammo menu: [Right click]").."|"..
   137 			ctrl = loc("Open ammo menu: [Right click]").."|"..
   138 			loc("Select weapon: [Left click]")
   138 			loc("Select weapon: [Left click]")
   139 		elseif INTERFACE == "touch" then
   139 		elseif INTERFACE == "touch" then
   140 			ctrl = loc("Open ammo menu: Tap the [suitcase]")
   140 			ctrl = loc("Open ammo menu: Tap the [Suitcase]")
   141 		end
   141 		end
   142 		ShowMission(loc("Basic Bazooka Training"), loc("Select Weapon"), loc("To begin with the training, select the bazooka from the ammo menu!").."|"..
   142 		ShowMission(loc("Basic Bazooka Training"), loc("Select Weapon"), loc("To begin with the training, select the bazooka from the ammo menu!").."|"..
   143 		ctrl, 2, 5000)
   143 		ctrl, 2, 5000)
   144 	elseif gamePhase == 1 then
   144 	elseif gamePhase == 1 then
   145 		if INTERFACE == "desktop" then
   145 		if INTERFACE == "desktop" then
   146 			ctrl = loc("Attack: [Space]").."|"..
   146 			ctrl = loc("Attack: [Space]").."|"..
   147 			loc("Aim: [Up]/[Down]").."|"..
   147 			loc("Aim: [Up]/[Down]").."|"..
   148 			loc("Walk: [Left]/[Right]")
   148 			loc("Walk: [Left]/[Right]")
   149 		elseif INTERFACE == "touch" then
   149 		elseif INTERFACE == "touch" then
   150 			ctrl = loc("Attack: Tap the [bomb]").."|"..
   150 			ctrl = loc("Attack: Tap the [Bomb]").."|"..
   151 			loc("Aim: [Up]/[Down]").."|"..
   151 			loc("Aim: [Up]/[Down]").."|"..
   152 			loc("Walk: [Left]/[Right]")
   152 			loc("Walk: [Left]/[Right]")
   153 		end
   153 		end
   154 		ShowMission(loc("Basic Bazooka Training"), loc("My First Bazooka"),
   154 		ShowMission(loc("Basic Bazooka Training"), loc("My First Bazooka"),
   155 		loc("Let's get started!").."|"..
   155 		loc("Let's get started!").."|"..