Added support for selecting mission difficulty

This commit is contained in:
abcdefg30
2014-11-18 21:47:09 +01:00
parent c5978d0dbe
commit 19713a19f6
5 changed files with 65 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
Difficulty = "Medium"
Difficulty = Map.Difficulty
if Difficulty == "Easy" then
AttackAtFrameIncrement = DateTime.Seconds(22)