share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13460 c6ecb87b3231
parent 13356 ced5dc3079a3
child 13462 4c47a480009b
equal deleted inserted replaced
13459:08a3851aaf67 13460:c6ecb87b3231
   372 	-- We force the player to hit Attack before the actual training begins.
   372 	-- We force the player to hit Attack before the actual training begins.
   373 	ShowMission(loc("Basic Movement Training"), loc("Mission Panel"),
   373 	ShowMission(loc("Basic Movement Training"), loc("Mission Panel"),
   374 	loc("This is the mission panel.").."|"..
   374 	loc("This is the mission panel.").."|"..
   375 	loc("Here you will find the current mission instructions.").."|"..
   375 	loc("Here you will find the current mission instructions.").."|"..
   376 	loc("Normally, the mission panel disappears after a few seconds.").."|"..
   376 	loc("Normally, the mission panel disappears after a few seconds.").."|"..
   377 	loc("IMPORTANT: To see the mission panel again, use the quit or pause key.").."| |"..
   377 	loc("IMPORTANT: To see the mission panel again, hold the mission panel key.").."| |"..
   378 	loc("Note: This basic training assumes default controls.").."|"..
   378 	loc("Note: This basic training assumes default controls.").."|"..
       
   379         loc("Mission panel: [M]").."|"..
   379 	loc("Quit: [Esc]").."|"..
   380 	loc("Quit: [Esc]").."|"..
   380 	loc("Pause: [P]").."| |"..
   381 	loc("Pause: [P]").."| |"..
   381 	loc("To begin with the training, hit the attack key!").."|"..
   382 	loc("To begin with the training, hit the attack key!").."|"..
   382 	loc("Attack: [Space]"), 2, 900000)
   383 	loc("Attack: [Space]"), 2, 900000)
   383 
   384