share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/enemy.lua
changeset 12794 bca911f8e804
parent 12364 5857936921ec
child 12933 e65aa3c3d4e6
equal deleted inserted replaced
12793:575c0de98505 12794:bca911f8e804
       
     1 --[[
       
     2 A Classic Fairytale: The enemy of my enemy
       
     3 
       
     4 = SUMMARY =
       
     5 Simple deathmatch on the Islands map.
       
     6 
       
     7 = GOAL =
       
     8 Wipe out the Hedge-cogs and Leader teams
       
     9 
       
    10 = FLOW CHART =
       
    11 - Cut scene: startAnim
       
    12 - TBS
       
    13 - Goal completed
       
    14 - Cut scene: finalAnim
       
    15 > Victory
       
    16 
       
    17 ]]
       
    18 
     1 HedgewarsScriptLoad("/Scripts/Locale.lua")
    19 HedgewarsScriptLoad("/Scripts/Locale.lua")
     2 HedgewarsScriptLoad("/Scripts/Animate.lua")
    20 HedgewarsScriptLoad("/Scripts/Animate.lua")
     3 
    21 
     4 
    22 
     5 --------------------------------------------Constants------------------------------------
    23 --------------------------------------------Constants------------------------------------