~eda-qa/dhlib/main

« back to all changes in this revision

Viewing changes to restricted/app-fortress/fortress/GameOverReason.hx

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 05:36:32 UTC
  • Revision ID: eda-qa@disemia.com-20100216053632-60lt7fndfi3fgblw
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package fortress;
 
2
 
 
3
enum GameOverReason
 
4
{
 
5
        BuildNoTowers;  //no forts were secured during building
 
6
        TowersDestroyed;        //all forts were destroyed
 
7
        CannonsDestroyed;       //all cannons were destroyed
 
8
        LevelsOver;     //all levels have been completed
 
9
}