share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 14388 cf49fac6e88a
parent 14383 cea19d3342c8
child 14401 6c21bd8547dd
equal deleted inserted replaced
14386:35af3d1ccdfc 14388:cf49fac6e88a
   154 if INTERFACE == "touch" then
   154 if INTERFACE == "touch" then
   155     ctrlJump = loc("Long Jump: Tap the [Curvy Arrow] button for long")
   155     ctrlJump = loc("Long Jump: Tap the [Curvy Arrow] button for long")
   156     ctrlMissionPanel = loc("Hint: Pause the game to review the mission texts.")
   156     ctrlMissionPanel = loc("Hint: Pause the game to review the mission texts.")
   157     ctrlAttack = loc("Attack: Tap the [Bomb]")
   157     ctrlAttack = loc("Attack: Tap the [Bomb]")
   158 else
   158 else
   159     ctrlJump = loc("Long Jump: Enter")
   159     ctrlJump = loc("Long Jump: [Enter]")
   160     ctrlMissionPanel = loc("Hint: Hold down [M] to review the mission texts.")
   160     ctrlMissionPanel = loc("Hint: Hold down [M] to review the mission texts.")
   161     ctrlAttack = loc("Attack: Space")
   161     ctrlAttack = loc("Attack: [Space]")
   162 end
   162 end
   163 
   163 
   164 goals = {
   164 goals = {
   165   [startDialogue] = {loc("First Blood"), loc("First Steps"), loc("Press [Left] or [Right] to move around, [Long Jump] to jump forwards.") .. "| |" .. ctrlJump, 1, 4000},
   165   [startDialogue] = {loc("First Blood"), loc("First Steps"), loc("Press [Left] or [Right] to move around, [Long Jump] to jump forwards.") .. "| |" .. ctrlJump, 1, 4000},
   166   [onShroomAnim] = {loc("First Blood"), loc("A leap in a leap"), loc("Go on top of the flower.") .. "|" .. ctrlMissionPanel, 1, 7000},
   166   [onShroomAnim] = {loc("First Blood"), loc("A leap in a leap"), loc("Go on top of the flower.") .. "|" .. ctrlMissionPanel, 1, 7000},
   775   local msgSkip
   775   local msgSkip
   776   if INTERFACE == "touch" then
   776   if INTERFACE == "touch" then
   777     -- FIXME: Precise key is not available in Touch
   777     -- FIXME: Precise key is not available in Touch
   778     msgSkip = ""
   778     msgSkip = ""
   779   else
   779   else
   780     msgSkip = "|" .. loc("Hint: Animations can be skipped with the [Precise] key.")
   780     msgSkip = "|" .. loc("Hint: Cinematics can be skipped with the [Precise] key.")
   781   end
   781   end
   782   ShowMission(loc("A Classic Fairytale"), loc("First Blood"), loc("Finish your training.") .. msgSkip, -amSkip, 0)
   782   ShowMission(loc("A Classic Fairytale"), loc("First Blood"), loc("Finish your training.") .. msgSkip, -amSkip, 0)
   783   HideHog(cannibal)
   783   HideHog(cannibal)
   784 
   784 
   785   AddAnim(startDialogue)
   785   AddAnim(startDialogue)