Advertisement
Arnethegreat

Options

Feb 13th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. -- Version 0.14b Alpha
  2. -- OPTIONS -- OPTIONS -- OPTIONS -- Change to true or false
  3.  
  4. Level_Blitz = true
  5. NoLeftMode = false
  6. DrunkMode = false
  7. HardMode = false
  8. ForceRetry = true
  9. DeathTimer = false  --combine with Hard Mode for Insane Mode (1-hit death)
  10. AlwaysExtendedFlutter = false
  11. NoTongue = false
  12.  
  13. -- Level Blitz Options -- Level Blitz Options --
  14.  
  15. AutoScrollers = false
  16. ExtraStages = false
  17. FOF = false
  18. COC = false
  19. RandomSeed = 5545
  20. SameStage = false
  21. Fortresses = true
  22. Castles = true
  23. World1 = true
  24. World2 = true
  25. World3 = true
  26. World4 = true
  27. World5 = true
  28. World6 = true
  29.  
  30. -- OPTIONS End -- OPTIONS End -- OPTIONS End --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement