share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13467 4c47a480009b
parent 13465 c6ecb87b3231
child 13588 141cdfe0f3ca
equal deleted inserted replaced
13466:854caa3c9212 13467:4c47a480009b
   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("Mission panel: [M]").."|"..
   380 	loc("Quit: [Esc]").."|"..
   380 	loc("Quit: [Esc]").."|"..
   381 	loc("Pause: [P]").."| |"..
   381 	loc("Pause: [P]").."| |"..
   382 	loc("To begin with the training, hit the attack key!").."|"..
   382 	loc("To begin with the training, hit the attack key!").."|"..
   383 	loc("Attack: [Space]"), 2, 900000)
   383 	loc("Attack: [Space]"), 2, 900000, true)
   384 
   384 
   385 	-- TODO: This and other training missions are currently hardcoding control names.
   385 	-- TODO: This and other training missions are currently hardcoding control names.
   386 	-- This should be fixed eventually.
   386 	-- This should be fixed eventually.
   387 end
   387 end
   388 
   388