Subversion Repositories spacemission

Rev

Rev 89 | Rev 94 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 90
Line 1... Line 1...
1
unit Global;
1
unit Global;
2
 
2
 
3
interface
3
interface
4
 
4
 
5
const
5
const
6
  ProgramVersion = '1.2.1';
6
  ProgramVersion = '1.2.2';
7
  LevEditRasterW = 48;
7
  LevEditRasterW = 48;
8
  LevEditRasterH = 32;
8
  LevEditRasterH = 32;
9
  LevEditRows = 15; // Attention: if you change this, you also need to change the LevEditor GUI!
9
  LevEditRows = 15; // Attention: if you change this, you also need to change the LevEditor GUI!
10
  LevEditCols = 13; // Attention: if you change this, you also need to change the LevEditor GUI!
10
  LevEditCols = 13; // Attention: if you change this, you also need to change the LevEditor GUI!
11
  MaxPossibleEnemyLives = 999;
11
  MaxPossibleEnemyLives = 999;