share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13190 f9c787f58459
parent 13189 69e9993aede8
child 13356 ced5dc3079a3
equal deleted inserted replaced
13189:69e9993aede8 13190:f9c787f58459
   375 	loc("IMPORTANT: To see the mission panel again, use the quit or pause key.").."| |"..
   375 	loc("IMPORTANT: To see the mission panel again, use the quit or pause key.").."| |"..
   376 	loc("Note: This basic training assumes default controls.").."|"..
   376 	loc("Note: This basic training assumes default controls.").."|"..
   377 	loc("Quit: [Esc]").."|"..
   377 	loc("Quit: [Esc]").."|"..
   378 	loc("Pause: [P]").."| |"..
   378 	loc("Pause: [P]").."| |"..
   379 	loc("To begin with the training, hit the attack key!").."|"..
   379 	loc("To begin with the training, hit the attack key!").."|"..
   380 	loc("Attack: [Space bar]"), 2, 900000)
   380 	loc("Attack: [Space]"), 2, 900000)
   381 
   381 
   382 	-- TODO: This and other training missions are currently hardcoding control names.
   382 	-- TODO: This and other training missions are currently hardcoding control names.
   383 	-- This should be fixed eventually.
   383 	-- This should be fixed eventually.
   384 end
   384 end
   385 
   385